Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 214733
b: refs/heads/master
c: cf6487d
h: refs/heads/master
i:
  214731: db9b923
v: v3
  • Loading branch information
Christian Lamparter authored and John W. Linville committed Sep 21, 2010
1 parent bb56027 commit 61c7c74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9adc9e0ff397fb2d4f383cc2d399b18adc32e6eb
refs/heads/master: cf6487d0d656994cc43851b8c2384741e220f7ac
3 changes: 3 additions & 0 deletions trunk/drivers/net/wireless/ath/carl9170/usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,9 @@ static void carl9170_usb_tasklet(unsigned long data)
{
struct ar9170 *ar = (struct ar9170 *) data;

if (!IS_INITIALIZED(ar))
return;

carl9170_usb_rx_work(ar);

/*
Expand Down

0 comments on commit 61c7c74

Please sign in to comment.