Skip to content

Commit

Permalink
Bluetooth: Fix memory leak in Marvell BT-over-SDIO driver
Browse files Browse the repository at this point in the history
Signed-off-by: Yoichi Yuasa <yuasa@linux-mips.org>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
  • Loading branch information
Yoichi Yuasa authored and Marcel Holtmann committed Feb 4, 2010
1 parent 6c2718d commit 88d1a0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/bluetooth/btmrvl_sdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -808,6 +808,7 @@ static int btmrvl_sdio_host_to_card(struct btmrvl_private *priv,

exit:
sdio_release_host(card->func);
kfree(tmpbuf);

return ret;
}
Expand Down

0 comments on commit 88d1a0c

Please sign in to comment.