Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325057
b: refs/heads/master
c: 3f51425
h: refs/heads/master
i:
  325055: 11812dd
v: v3
  • Loading branch information
Devendra Naga authored and Greg Kroah-Hartman committed Sep 10, 2012
1 parent 5e41e90 commit 77ad2f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 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: ae24e13a6485a65802e0483ace9f657a89680c6a
refs/heads/master: 3f5142583066d6d9a9484b060779dad419780720
7 changes: 1 addition & 6 deletions trunk/drivers/staging/wlan-ng/hfa384x_usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -3985,15 +3985,10 @@ static void hfa384x_usbctlx_resptimerfn(unsigned long data)
if (unlocked_usbctlx_cancel_async(hw, ctlx) == 0) {
spin_unlock_irqrestore(&hw->ctlxq.lock, flags);
hfa384x_usbctlxq_run(hw);
goto done;
return;
}
}

spin_unlock_irqrestore(&hw->ctlxq.lock, flags);

done:
;

}

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

0 comments on commit 77ad2f0

Please sign in to comment.