]> asedeno.scripts.mit.edu Git - linux.git/commit
Bluetooth: hci_qca: Use vfree() instead of kfree()
authorWei Yongjun <weiyongjun1@huawei.com>
Wed, 8 Jan 2020 03:59:31 +0000 (03:59 +0000)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 8 Jan 2020 20:45:43 +0000 (21:45 +0100)
commit87c2a2a7d7631d0caa956b73f9f20010b5f55681
treef018b0c5133e7ee7fcd854e5918377107408f9e1
parent788d10c02f7ed1c971445da5e2addfc70f620311
Bluetooth: hci_qca: Use vfree() instead of kfree()

Use vfree() instead of kfree() to free vmalloc()
allocated data.

Fixes: d841502c79e3 ("Bluetooth: hci_qca: Collect controller memory dump during SSR")
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Reviewed-by: Balakrishna Godavarthi <bgodavar@codeaurora.org>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/hci_qca.c