diff options
author | Hangyu Hua <hbh25y@gmail.com> | 2022-04-06 15:57:03 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-04-24 17:30:45 +0200 |
commit | b67d19662fdee275c479d21853bc1239600a798f (patch) | |
tree | 2d990d743f9830e27bd7c0b4581933e788cb966b /drivers/char/xilinx_hwicap | |
parent | 88517757a829e9ce146a6c7233ad5dcdc66fcbb0 (diff) |
char: xillybus: fix a refcount leak in cleanup_dev()
usb_get_dev is called in xillyusb_probe. So it is better to call
usb_put_dev before xdev is released.
Acked-by: Eli Billauer <eli.billauer@gmail.com>
Signed-off-by: Hangyu Hua <hbh25y@gmail.com>
Link: https://lore.kernel.org/r/20220406075703.23464-1-hbh25y@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/char/xilinx_hwicap')
0 files changed, 0 insertions, 0 deletions