]> www.infradead.org Git - users/dwmw2/linux.git/commit
can: softing_cs: softingcs_probe(): fix memleak on registration failure
authorJohan Hovold <johan@kernel.org>
Wed, 22 Dec 2021 10:48:43 +0000 (11:48 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 Jan 2022 08:04:16 +0000 (09:04 +0100)
commitaf52d41ecbca481ebdfc970caadbd59aae1910a8
tree7a8c1c037d10ab59468519b6cb2abbf8d8463962
parentc5881ae03fe82ed8d9c031e0c589377eac07cbb4
can: softing_cs: softingcs_probe(): fix memleak on registration failure

commit ced4913efb0acc844ed65cc01d091a85d83a2082 upstream.

In case device registration fails during probe, the driver state and
the embedded platform device structure needs to be freed using
platform_device_put() to properly free all resources (e.g. the device
name).

Fixes: 0a0b7a5f7a04 ("can: add driver for Softing card")
Link: https://lore.kernel.org/all/20211222104843.6105-1-johan@kernel.org
Cc: stable@vger.kernel.org # 2.6.38
Signed-off-by: Johan Hovold <johan@kernel.org>
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/can/softing/softing_cs.c