aboutsummaryrefslogtreecommitdiff
path: root/lib/mpi/mpi-sub-ui.c
diff options
context:
space:
mode:
authorHangyu Hua <[email protected]>2022-04-07 10:40:01 +0800
committerGreg Kroah-Hartman <[email protected]>2022-04-21 18:57:31 +0200
commit0a96fa640dc928da9eaa46a22c46521b037b78ad (patch)
treeafd287d3cc9164261e5bd579b5e0b4d5f14f4b0b /lib/mpi/mpi-sub-ui.c
parentf085bd4bfe0907ce2fad2c787fc65871ec5ca6d6 (diff)
usb: misc: fix improper handling of refcount in uss720_probe()
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 <[email protected]> Reviewed-by: Dongliang Mu <[email protected]> Signed-off-by: Hangyu Hua <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-sub-ui.c')
0 files changed, 0 insertions, 0 deletions