diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2021-04-09 14:08:17 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-05-22 10:57:31 +0200 |
commit | d58efadffd38a6a691abb7208332c76a3f5a1826 (patch) | |
tree | 15f8dbe4ce03340692b63ceb58b8dd4bcb36c360 /block | |
parent | ba411a860971bbd7ea05ff741d75de115e7674ba (diff) | |
download | linux-stable-d58efadffd38a6a691abb7208332c76a3f5a1826.tar.gz linux-stable-d58efadffd38a6a691abb7208332c76a3f5a1826.tar.bz2 linux-stable-d58efadffd38a6a691abb7208332c76a3f5a1826.zip |
HSI: core: fix resource leaks in hsi_add_client_from_dt()
[ Upstream commit 5c08b0f75575648032f309a6f58294453423ed93 ]
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: a2aa24734d9d ("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>
Diffstat (limited to 'block')
0 files changed, 0 insertions, 0 deletions