提交 88d1a0cf 编写于 作者: Y Yoichi Yuasa 提交者: Marcel Holtmann

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

Signed-off-by: NYoichi Yuasa <yuasa@linux-mips.org>
Signed-off-by: NMarcel Holtmann <marcel@holtmann.org>
上级 6c2718da
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册