Bluetooth: Fix memory leak in Marvell BT-over-SDIO driver

Signed-off-by: Yoichi Yuasa <yuasa@linux-mips.org>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
This commit is contained in:
Yoichi Yuasa 2010-02-04 09:55:51 +09:00 committed by Marcel Holtmann
parent 6c2718da59
commit 88d1a0cf65
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}