Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131325
b: refs/heads/master
c: fb08867
h: refs/heads/master
i:
  131323: ccc7c9f
v: v3
  • Loading branch information
Roel Kluin authored and David S. Miller committed Feb 13, 2009
1 parent f07cbef commit 27df0c3
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: acdb602fb3b7e13f3ffd2098549fab1bbfccba2f
refs/heads/master: fb0886745a75ce98bde3aac421adc69fe61a1905
2 changes: 1 addition & 1 deletion trunk/drivers/net/irda/mcs7780.c
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ static int mcs_speed_change(struct mcs_cb *mcs)
mcs_get_reg(mcs, MCS_RESV_REG, &rval);
} while(cnt++ < 100 && (rval & MCS_IRINTX));

if(cnt >= 100) {
if (cnt > 100) {
IRDA_ERROR("unable to change speed\n");
ret = -EIO;
goto error;
Expand Down

0 comments on commit 27df0c3

Please sign in to comment.