summaryrefslogtreecommitdiffstats
path: root/drivers/md
diff options
context:
space:
mode:
authorDan Carpenter <dan.carpenter@oracle.com>2021-03-29 08:07:18 +0200
committerMika Westerberg <mika.westerberg@linux.intel.com>2021-03-30 12:37:32 +0200
commitbec4d7c93afc07dd0454ae41c559513f858cfb83 (patch)
treeb206c281fd199c20afd9c0e9ed2aa3ab5f0e7af7 /drivers/md
parentLinux 5.12-rc5 (diff)
downloadlinux-bec4d7c93afc07dd0454ae41c559513f858cfb83.tar.xz
linux-bec4d7c93afc07dd0454ae41c559513f858cfb83.zip
thunderbolt: Fix a leak in tb_retimer_add()
After the device_register() succeeds, then the correct way to clean up is to call device_unregister(). The unregister calls both device_del() and device_put(). Since this code was only device_del() it results in a memory leak. Fixes: dacb12877d92 ("thunderbolt: Add support for on-board retimers") Cc: stable@vger.kernel.org Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Reviewed-by: Jason Gunthorpe <jgg@nvidia.com> Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Diffstat (limited to 'drivers/md')
0 files changed, 0 insertions, 0 deletions