Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203833
b: refs/heads/master
c: 278be27
h: refs/heads/master
i:
  203831: 1dd4fd3
v: v3
  • Loading branch information
Kulikov Vasiliy authored and Marcel Holtmann committed Jul 21, 2010
1 parent 1810f5e commit 03c58d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 32c2ece5eaec296482077dadc3edd5baa7bd1097
refs/heads/master: 278be27fc401119c985235ee549dc229d85e6bf5
6 changes: 3 additions & 3 deletions trunk/drivers/bluetooth/btmrvl_sdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ static int btmrvl_sdio_read_fw_status(struct btmrvl_sdio_card *card, u16 *dat)
*dat = 0;

fws0 = sdio_readb(card->func, CARD_FW_STATUS0_REG, &ret);
if (ret)
return -EIO;

if (!ret)
fws1 = sdio_readb(card->func, CARD_FW_STATUS1_REG, &ret);

fws1 = sdio_readb(card->func, CARD_FW_STATUS1_REG, &ret);
if (ret)
return -EIO;

Expand Down

0 comments on commit 03c58d7

Please sign in to comment.