Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 306879
b: refs/heads/master
c: 59f34fb
h: refs/heads/master
i:
  306877: 1653c21
  306875: 5eed0e1
  306871: b247b59
  306863: a71d318
  306847: deac404
  306815: f460a16
v: v3
  • Loading branch information
Jesper Juhl authored and Gustavo Padovan committed May 9, 2012
1 parent d89ac91 commit 0116536
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 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: b76bbd6657a2dd7545686ba9ad59625f44192146
refs/heads/master: 59f34fb3354bb7b5f9d865ccaa2c54d3cf691cb8
9 changes: 2 additions & 7 deletions trunk/drivers/bluetooth/btmrvl_sdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -339,9 +339,7 @@ static int btmrvl_sdio_download_helper(struct btmrvl_sdio_card *card)

done:
kfree(tmphlprbuf);
if (fw_helper)
release_firmware(fw_helper);

release_firmware(fw_helper);
return ret;
}

Expand Down Expand Up @@ -484,10 +482,7 @@ static int btmrvl_sdio_download_fw_w_helper(struct btmrvl_sdio_card *card)

done:
kfree(tmpfwbuf);

if (fw_firmware)
release_firmware(fw_firmware);

release_firmware(fw_firmware);
return ret;
}

Expand Down

0 comments on commit 0116536

Please sign in to comment.