Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150147
b: refs/heads/master
c: ba5101d
h: refs/heads/master
i:
  150145: d1f5d3a
  150143: c1dea86
v: v3
  • Loading branch information
Roel Kluin authored and John W. Linville committed May 6, 2009
1 parent a5b94ce commit 5e9d87c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 44e1b98f733e48bb781e4229120e1de5e0c9fdbb
refs/heads/master: ba5101d098d6a8471d1a3147fb610b2ee3dbb397
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/ath/ar9170/usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ static int ar9170_usb_exec_cmd(struct ar9170 *ar, enum ar9170_cmd cmd,
goto err_unbuf;
}

if (outlen >= 0 && aru->readlen != outlen) {
if (aru->readlen != outlen) {
err = -EMSGSIZE;
goto err_unbuf;
}
Expand Down

0 comments on commit 5e9d87c

Please sign in to comment.