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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 12 Jan 2020 10:24:16 +0000 (11:24 +0100)
commitc4095a6d70c6d0e8b87df2491e0d68b7bdbcef7f
tree493f08d846c9c610c79cd6ecdecf6f5ff5ad1be2
parenta76976082656b9b74db72cdeb35cd114ecaadcd0
Bluetooth: btusb: fix PM leak in error case of setup

commit 3d44a6fd0775e6215e836423e27f8eedf8c871ea upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/bluetooth/btusb.c