Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325058
b: refs/heads/master
c: 89e6302
h: refs/heads/master
v: v3
  • Loading branch information
Devendra Naga authored and Greg Kroah-Hartman committed Sep 10, 2012
1 parent 77ad2f0 commit d8bcc17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 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: 3f5142583066d6d9a9484b060779dad419780720
refs/heads/master: 89e6302ce7125d3be40637c2080be2b4728e4510
7 changes: 2 additions & 5 deletions trunk/drivers/staging/wlan-ng/hfa384x_usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -3790,7 +3790,7 @@ static void hfa384x_ctlxout_callback(struct urb *urb)
#endif
if ((urb->status == -ESHUTDOWN) ||
(urb->status == -ENODEV) || (hw == NULL))
goto done;
return;

retry:
spin_lock_irqsave(&hw->ctlxq.lock, flags);
Expand All @@ -3803,7 +3803,7 @@ static void hfa384x_ctlxout_callback(struct urb *urb)
*/
if (list_empty(&hw->ctlxq.active)) {
spin_unlock_irqrestore(&hw->ctlxq.lock, flags);
goto done;
return;
}

/*
Expand Down Expand Up @@ -3886,9 +3886,6 @@ static void hfa384x_ctlxout_callback(struct urb *urb)

if (run_queue)
hfa384x_usbctlxq_run(hw);

done:
;
}

/*----------------------------------------------------------------
Expand Down

0 comments on commit d8bcc17

Please sign in to comment.