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 10:02:56 +0000 (11:02 +0100)
commit697c4137573948a94fd6e9856ce4a3e551ecdc1e
treeff50764a2141ee99de5ad40e4533e4bb7760db90
parent61eb4ad9ae468190a6e0499586efbe6e7dde1893
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