staging: vc04_services: vchiq_bus: Do not kfree device
authorUmang Jain <umang.jain@ideasonboard.com>
Wed, 18 Oct 2023 05:52:28 +0000 (11:22 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 21 Oct 2023 09:55:23 +0000 (11:55 +0200)
commit75fd2810b08a4854af3928121a301e50376288d2
tree8dcddd4c1bbfb9d06dceff4304b5e31b11d83098
parent875be090928d19ff4ae7cbaadb54707abb3befdf
staging: vc04_services: vchiq_bus: Do not kfree device

As per device_register() documentation, this kfree() on error path will
crash. The call to put_device() is all that is needed here to free the
memory.

Fixes: 027e5703de6b ("staging: vc04_services: vchiq_arm: Add new bus type and device type")
Signed-off-by: Umang Jain <umang.jain@ideasonboard.com>
Reviewed-by: Stefan Wahren <stefan.wahren@i2se.com>
Link: https://lore.kernel.org/r/20231018055228.825524-1-umang.jain@ideasonboard.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vc04_services/interface/vchiq_arm/vchiq_bus.c