Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57662
b: refs/heads/master
c: 24d443b
h: refs/heads/master
v: v3
  • Loading branch information
Dan Williams authored and John W. Linville committed Jun 11, 2007
1 parent c95057b commit 9efd9a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 3cf20931fa8ffd765a95f72d7539ab34770684d9
refs/heads/master: 24d443b5d568c6e11b07267e2d784f5f04aa5dac
3 changes: 2 additions & 1 deletion trunk/drivers/net/wireless/libertas/cmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1670,7 +1670,7 @@ int libertas_execute_next_command(wlan_private * priv)
unsigned long flags;
int ret = 0;

lbs_deb_cmd("libertas_execute_next_command\n");
lbs_deb_enter(LBS_DEB_CMD);

spin_lock_irqsave(&adapter->driver_lock, flags);

Expand Down Expand Up @@ -1805,6 +1805,7 @@ int libertas_execute_next_command(wlan_private * priv)

ret = 0;
done:
lbs_deb_leave(LBS_DEB_CMD);
return ret;
}

Expand Down

0 comments on commit 9efd9a4

Please sign in to comment.