OrangePi_CM5/drivers/usb/misc
Hangyu Hua 7b510d4bb4 usb: misc: fix improper handling of refcount in uss720_probe()
commit 0a96fa640dc928da9eaa46a22c46521b037b78ad upstream.

usb_put_dev shouldn't be called when uss720_probe succeeds because of
priv->usbdev. At the same time, priv->usbdev shouldn't be set to NULL
before destroy_priv in uss720_disconnect because usb_put_dev is in
destroy_priv.

Fix this by moving priv->usbdev = NULL after usb_put_dev.

Fixes: dcb4b8ad6a44 ("misc/uss720: fix memory leak in uss720_probe")
Cc: stable <stable@kernel.org>
Reviewed-by: Dongliang Mu <mudongliangabcd@gmail.com>
Signed-off-by: Hangyu Hua <hbh25y@gmail.com>
Link: https://lore.kernel.org/r/20220407024001.11761-1-hbh25y@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2022-05-09 09:04:58 +02:00
..
sisusbvga USB: sisusbvga: Make console support depend on BROKEN 2020-12-21 13:30:08 +01:00
Kconfig
Makefile
adutux.c
apple-mfi-fastcharge.c
appledisplay.c
chaoskey.c
cypress_cy7c63.c
cytherm.c
ehset.c
emi26.c
emi62.c
ezusb.c
ftdi-elan.c usb: ftdi-elan: fix memory leak on device disconnect 2022-01-27 10:53:58 +01:00
idmouse.c
iowarrior.c USB: iowarrior: fix control-message timeouts 2021-11-18 14:03:51 +01:00
isight_firmware.c
ldusb.c
legousbtower.c USB: legotower: fix logical error in recent commit 2020-12-21 13:30:06 +01:00
lvstest.c
trancevibrator.c USB: trancevibrator: fix control-request direction 2021-06-03 09:00:34 +02:00
usb251xb.c
usb3503.c
usb4604.c
usb_u132.h
usblcd.c
usbsevseg.c
usbtest.c
uss720.c usb: misc: fix improper handling of refcount in uss720_probe() 2022-05-09 09:04:58 +02:00
yurex.c USB: yurex: fix control-URB timeout handling 2021-01-12 20:18:20 +01:00