linux-stable/drivers/hsi
Dan Carpenter 5b839fb7eb HSI: core: fix resource leaks in hsi_add_client_from_dt()
[ Upstream commit 5c08b0f755 ]

If some of the allocations fail between the dev_set_name() and the
device_register() then the name will not be freed.  Fix this by
moving dev_set_name() directly in front of the call to device_register().

Fixes: a2aa24734d ("HSI: Add common DT binding for HSI client devices")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: Jason Gunthorpe <jgg@nvidia.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2021-05-22 10:59:34 +02:00
..
clients
controllers
hsi_boardinfo.c
hsi_core.c HSI: core: fix resource leaks in hsi_add_client_from_dt() 2021-05-22 10:59:34 +02:00
hsi_core.h
Kconfig
Makefile