commit | f1f48239cde4373c5410c065f2a51b3ce15aa3b6 | [log] [tgz] |
---|---|---|
author | Christian Gromm <christian.gromm@microchip.com> | Wed May 27 11:06:26 2020 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed May 27 12:26:13 2020 +0200 |
tree | ca198c060abbb9959546d78772b791a03e2ee1ed | |
parent | f470a5b01bab175dc14ac078ffe1130ae975a6fd [diff] |
staging: most: usb: add missing put_device calls This patch adds the missing put_device() function calls to properly free allocated resources and maintain reference counts. Signed-off-by: Christian Gromm <christian.gromm@microchip.com> Reported-by: Dan Carpenter <dan.carpenter@oracle.com> Link: https://lore.kernel.org/r/1590570387-27069-10-git-send-email-christian.gromm@microchip.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>