Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150290
b: refs/heads/master
c: f7eef35
h: refs/heads/master
v: v3
  • Loading branch information
Johannes Berg authored and John W. Linville committed May 13, 2009
1 parent ef0dcd2 commit 19ec3ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: faa8fdc85347cc76d87b43ea718785661c54f656
refs/heads/master: f7eef3563cb3f05e7f0db992716c514af6f4d089
2 changes: 0 additions & 2 deletions trunk/net/wireless/wext.c
Original file line number Diff line number Diff line change
Expand Up @@ -650,14 +650,12 @@ static int wireless_seq_show(struct seq_file *seq, void *v)
}

static void *wireless_dev_seq_start(struct seq_file *seq, loff_t *pos)
__acquires(dev_base_lock)
{
rtnl_lock();
return dev_seq_start(seq, pos);
}

static void wireless_dev_seq_stop(struct seq_file *seq, void *v)
__releases(dev_base_lock)
{
dev_seq_stop(seq, v);
rtnl_unlock();
Expand Down

0 comments on commit 19ec3ed

Please sign in to comment.