From 2d141454c9b09cf29d3b651c0e434e31b14e218f Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 15 Dec 2010 13:58:41 +0000 Subject: [PATCH] scst/sysfs: Renamed a variable. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3080 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/scst_sysfs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scst/src/scst_sysfs.c b/scst/src/scst_sysfs.c index 06a6fc22e..84bee368c 100644 --- a/scst/src/scst_sysfs.c +++ b/scst/src/scst_sysfs.c @@ -5005,7 +5005,7 @@ out: return res; } -static struct kobj_attribute scst_trace_level_attr = +static struct kobj_attribute scst_main_trace_level_attr = __ATTR(trace_level, S_IRUGO | S_IWUSR, scst_main_trace_level_show, scst_main_trace_level_store); @@ -5097,7 +5097,7 @@ static struct attribute *scst_sysfs_root_default_attrs[] = { &scst_threads_attr.attr, &scst_setup_id_attr.attr, #if defined(CONFIG_SCST_DEBUG) || defined(CONFIG_SCST_TRACING) - &scst_trace_level_attr.attr, + &scst_main_trace_level_attr.attr, #endif &scst_version_attr.attr, &scst_last_sysfs_mgmt_res_attr.attr,