Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40160
b: refs/heads/master
c: 683f8c9
h: refs/heads/master
v: v3
  • Loading branch information
Eric Sesterhenn authored and John W. Linville committed Oct 17, 2006
1 parent 8b2ea71 commit 1e5e35a
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 7e4e8d99c2288a490a0806b9cb40016913312cfe
refs/heads/master: 683f8c9e00d2aa911382186ca891bd221efaea74
6 changes: 2 additions & 4 deletions trunk/drivers/net/wireless/zd1201.c
Original file line number Diff line number Diff line change
Expand Up @@ -193,10 +193,8 @@ static void zd1201_usbrx(struct urb *urb)
struct sk_buff *skb;
unsigned char type;

if (!zd) {
free = 1;
goto exit;
}
if (!zd)
return;

switch(urb->status) {
case -EILSEQ:
Expand Down

0 comments on commit 1e5e35a

Please sign in to comment.