can: softing_cs: softingcs_probe(): fix memleak on registration failure
commitced4913efbupstream. 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:0a0b7a5f7a("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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
aa57725e2d
commit
256302cb2f
@@ -293,7 +293,7 @@ static int softingcs_probe(struct pcmcia_device *pcmcia)
|
|||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
platform_failed:
|
platform_failed:
|
||||||
kfree(dev);
|
platform_device_put(pdev);
|
||||||
mem_failed:
|
mem_failed:
|
||||||
pcmcia_bad:
|
pcmcia_bad:
|
||||||
pcmcia_failed:
|
pcmcia_failed:
|
||||||
|
|||||||
Reference in New Issue
Block a user