powerpc/83xx/mpc832x_rdb: call platform_device_put() in error case in of_fsl_spi_probe()
authorYang Yingliang <yangyingliang@huawei.com>
Sat, 29 Oct 2022 11:16:26 +0000 (19:16 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 31 Dec 2022 12:14:35 +0000 (13:14 +0100)
commit65d3469f3b918d24c7afbc7746e90797ffb4ee29
tree9dfc5caf35c6ae9954243688b44f3c0242d8abf7
parentcf03db28964069801597cf3c7f56bee3cae52efa
powerpc/83xx/mpc832x_rdb: call platform_device_put() in error case in of_fsl_spi_probe()

[ Upstream commit 4d0eea415216fe3791da2f65eb41399e70c7bedf ]

If platform_device_add() is not called or failed, it can not call
platform_device_del() to clean up memory, it should call
platform_device_put() in error case.

Fixes: 26f6cb999366 ("[POWERPC] fsl_soc: add support for fsl_spi")
Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20221029111626.429971-1-yangyingliang@huawei.com
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/powerpc/platforms/83xx/mpc832x_rdb.c