Bluetooth: btusb: Fix memory leak in Intel setup routine
authorMarcel Holtmann <marcel@holtmann.org>
Sun, 7 Jun 2015 07:42:19 +0000 (09:42 +0200)
committerDanny Wood <danwood76@gmail.com>
Tue, 29 Jan 2019 13:09:10 +0000 (13:09 +0000)
commitceea901c61ddb9218989df070b88e2fa44ea2da1
treee12bf773e56255b1c36759d688b9da0b5ad5a702
parentaf1a48c027af2adb5e2d5779db0c5295807b5e2e
Bluetooth: btusb: Fix memory leak in Intel setup routine

commit ecffc80478cdce122f0ecb6a4e4f909132dd5c47 upstream.

The SKB returned from the Intel specific version information command is
missing a kfree_skb.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/bluetooth/btusb.c