Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 102787
b: refs/heads/master
c: b43441a
h: refs/heads/master
i:
  102785: f3203b3
  102783: 6f3fb2d
v: v3
  • Loading branch information
Holger Schurig authored and John W. Linville committed Jun 3, 2008
1 parent f146aa0 commit c00fe09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: 23c0752a25d73ccc4547700e8a57d5ae2f2edf56
refs/heads/master: b43441a49d1c64769ff90f34e9543b2ba840b517
5 changes: 1 addition & 4 deletions trunk/drivers/net/wireless/libertas/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -788,11 +788,8 @@ static int lbs_thread(void *data)
le16_to_cpu(cmdnode->cmdbuf->command));
lbs_complete_command(priv, cmdnode, -ETIMEDOUT);
priv->nr_retries = 0;
if (priv->reset_card) {
spin_unlock_irq(&priv->driver_lock);
if (priv->reset_card)
priv->reset_card(priv);
spin_lock_irq(&priv->driver_lock);
}
} else {
priv->cur_cmd = NULL;
lbs_pr_info("requeueing command 0x%04x due "
Expand Down

0 comments on commit c00fe09

Please sign in to comment.