Bluetooth: btusb: fix PM leak in error case of setup
authorOliver Neukum <oneukum@suse.com>
Thu, 14 Nov 2019 15:01:18 +0000 (16:01 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 15 Nov 2019 08:06:38 +0000 (09:06 +0100)
commit3d44a6fd0775e6215e836423e27f8eedf8c871ea
treea41268f62af815b561cbc0708849cddb2e1aff81
parent90bc72b13c08eedf73b7c0bd94ef23c467800c4a
Bluetooth: btusb: fix PM leak in error case of setup

If setup() fails a reference for runtime PM has already
been taken. Proper use of the error handling in btusb_open()is needed.
You cannot just return.

Fixes: ace31982585a3 ("Bluetooth: btusb: Add setup callback for chip init on USB")
Signed-off-by: Oliver Neukum <oneukum@suse.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/btusb.c