Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186570
b: refs/heads/master
c: 23a51a8
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and Greg Kroah-Hartman committed Mar 4, 2010
1 parent bc77348 commit 188d160
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: 716323c09319ae5e6c9e413a6378d61a77b26996
refs/heads/master: 23a51a8061567a47347ade59edf2a0bde0eece30
2 changes: 1 addition & 1 deletion trunk/drivers/staging/rt2860/common/rtmp_mcu.c
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ int RtmpAsicSendCommandToMcu(struct rt_rtmp_adapter *pAd,
("AsicSendCommanToMcu::Mail box is busy\n"));
} while (i++ < 100);

if (i >= 100) {
if (i > 100) {
DBGPRINT_ERR(("H2M_MAILBOX still hold by MCU. command fail\n"));
return FALSE;
}
Expand Down

0 comments on commit 188d160

Please sign in to comment.