Files
linux/drivers
Yang Yingliang 4a9f1a8b3a mcb: mcb-parse: fix error handing in chameleon_parse_gdd()
[ Upstream commit 728ac33892 ]

If mcb_device_register() returns error in chameleon_parse_gdd(), the refcount
of bus and device name are leaked. Fix this by calling put_device() to give up
the reference, so they can be released in mcb_release_dev() and kobject_cleanup().

Fixes: 3764e82e51 ("drivers: Introduce MEN Chameleon Bus")
Reviewed-by: Johannes Thumshirn <jth@kernel.org>
Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
Signed-off-by: Johannes Thumshirn <jth@kernel.org>
Link: https://lore.kernel.org/r/ebfb06e39b19272f0197fa9136b5e4b6f34ad732.1669624063.git.johannes.thumshirn@wdc.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2022-12-31 13:32:41 +01:00
..
2022-12-31 13:32:02 +01:00
2022-11-04 16:03:43 -07:00
2022-09-21 20:33:49 +02:00
2022-12-31 13:32:25 +01:00
2022-12-31 13:32:09 +01:00