]> asedeno.scripts.mit.edu Git - linux.git/commit
Bluetooth: btusb: Fix error return code in btusb_mtk_setup_firmware()
authorWei Yongjun <weiyongjun1@huawei.com>
Wed, 10 Jul 2019 06:12:22 +0000 (06:12 +0000)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 12 Aug 2019 16:23:49 +0000 (18:23 +0200)
commit5ee6310fb163ba7c66718905d4a19f1e71e641e0
treeca1a6073ddb13e8ea0e4d50b47dd2aa0f5578498
parent125b7e0949d4e72b15c2b1a1590f8cece985a918
Bluetooth: btusb: Fix error return code in btusb_mtk_setup_firmware()

Fix to return error code -EINVAL from the error handling
case instead of 0, as done elsewhere in this function.

Fixes: a1c49c434e15 ("Bluetooth: btusb: Add protocol support for MediaTek MT7668U USB devices")
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/btusb.c