]> Pileus Git - ~andy/linux/blobdiff - drivers/staging/wlags49_h2/wl_sysfs.c
Merge branch 'master' of /repos/git/net-next-2.6
[~andy/linux] / drivers / staging / wlags49_h2 / wl_sysfs.c
index e4c8804ac37d81821d3f5bec356cd0ba9348aeda..9b833b30ae6250de88766c86bd38c79b59906600 100644 (file)
@@ -42,7 +42,7 @@ static ssize_t show_tallies(struct device *d, struct device_attribute *attr,
     CFG_HERMES_TALLIES_STRCT tallies;
     ssize_t ret = -EINVAL;
 
-    read_lock(&dev_base_lock);
+    rcu_read_lock();
     if (dev_isalive(dev)) {
        wl_lock(lp, &flags);
 
@@ -102,7 +102,7 @@ static ssize_t show_tallies(struct device *d, struct device_attribute *attr,
            }
     }
 
-    read_unlock(&dev_base_lock);
+    rcu_read_unlock();
     return ret;
 }