Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 79197
b: refs/heads/master
c: f5a3ea6
h: refs/heads/master
i:
  79195: 51802d2
v: v3
  • Loading branch information
David Woodhouse authored and David S. Miller committed Jan 28, 2008
1 parent f041681 commit dba40e6
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 860621347e88b23517fc4ec93fa5af940401c3ec
refs/heads/master: f5a3ea6f966700ae82504202fdd827f2d3c79e66
3 changes: 1 addition & 2 deletions trunk/drivers/net/wireless/libertas/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1414,8 +1414,7 @@ void lbs_interrupt(struct lbs_private *priv)

lbs_deb_thread("lbs_interrupt: intcounter=%d\n", priv->intcounter);

if (spin_trylock(&priv->driver_lock)) {
spin_unlock(&priv->driver_lock);
if (!spin_is_locked(&priv->driver_lock)) {
printk(KERN_CRIT "%s called without driver_lock held\n", __func__);
WARN_ON(1);
}
Expand Down

0 comments on commit dba40e6

Please sign in to comment.