linux-stable/drivers/dio
Yang Yingliang a0ead7e8da drivers: dio: fix possible memory leak in dio_init()
[ Upstream commit e63e99397b ]

If device_register() returns error, the 'dev' and name needs be
freed. Add a release function, and then call put_device() in the
error path, so the name is freed in kobject_cleanup() and to the
'dev' is freed in release function.

Fixes: 2e4c77bea3 ("m68k: dio - Kill warn_unused_result warnings")
Fixes: 1fa5ae857b ("driver core: get rid of struct device's bus_id string array")
Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
Link: https://lore.kernel.org/r/20221109064036.1835346-1-yangyingliang@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2022-12-31 13:14:27 +01:00
..
Makefile
dio-driver.c
dio-sysfs.c
dio.c drivers: dio: fix possible memory leak in dio_init() 2022-12-31 13:14:27 +01:00