Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235826
b: refs/heads/master
c: b977e29
h: refs/heads/master
v: v3
  • Loading branch information
Justin P. Mattock authored and Greg Kroah-Hartman committed Feb 4, 2011
1 parent fe4063f commit aad23e0
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: 00719fab9f6eb90b9e427d1096ad540d51878661
refs/heads/master: b977e29f825a4472520e78b61d92cc1f53d7ba80
2 changes: 1 addition & 1 deletion trunk/drivers/staging/rt2860/common/cmm_mac_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ BOOLEAN AsicCheckCommanOk(struct rt_rtmp_adapter *pAd, u8 Command)

/* This command's status is at the same position as command. So AND command position's bitmask to read status. */
if (i < 200) {
/* If Status is 1, the comamnd is success. */
/* If Status is 1, the command is success. */
if (((CmdStatus & ThisCIDMask) == 0x1)
|| ((CmdStatus & ThisCIDMask) == 0x100)
|| ((CmdStatus & ThisCIDMask) == 0x10000)
Expand Down

0 comments on commit aad23e0

Please sign in to comment.