Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 228006
b: refs/heads/master
c: 8892384
h: refs/heads/master
v: v3
  • Loading branch information
Eric Dumazet authored and Greg Kroah-Hartman committed Nov 9, 2010
1 parent 3b6cc47 commit d1f5834
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e1ffd62b8fc87e842431cc693821d7f1ac70b9de
refs/heads/master: 8892384803af7082056fe29faef02fd0c762493e
4 changes: 2 additions & 2 deletions trunk/drivers/staging/wlags49_h2/wl_sysfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down Expand Up @@ -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;
}

Expand Down

0 comments on commit d1f5834

Please sign in to comment.