Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 159383
b: refs/heads/master
c: 88d8952
h: refs/heads/master
i:
  159381: 7a0de73
  159379: 0a06c2e
  159375: 3e4db04
v: v3
  • Loading branch information
Andrey Yurovsky authored and John W. Linville committed Aug 4, 2009
1 parent 6bb3b21 commit 40905dc
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: d1c5091f23fed5195271e2849f89017d3a126521
refs/heads/master: 88d89526a671ba008f59456161b0c513cdfb5d5a
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/libertas/if_spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ static int spu_set_bus_mode(struct if_spi_card *card, u16 mode)
err = spu_read_u16(card, IF_SPI_SPU_BUS_MODE_REG, &rval);
if (err)
return err;
if (rval != mode) {
if ((rval & 0xF) != mode) {
lbs_pr_err("Can't read bus mode register.\n");
return -EIO;
}
Expand Down

0 comments on commit 40905dc

Please sign in to comment.