ARM: OMAP1: call platform_device_put() in error case in omap1_dm_timer_init()
authorYang Yingliang <yangyingliang@huawei.com>
Thu, 19 Jan 2023 09:57:54 +0000 (11:57 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 10 Mar 2023 08:39:01 +0000 (09:39 +0100)
commit37858e17e45e5f8fbe8095107211ddc2aa567bb6
tree6ad739b603d5c6f191d29d133640f9d6c6266580
parent89895442387d27b3b347c2df97f9375b87ff485b
ARM: OMAP1: call platform_device_put() in error case in omap1_dm_timer_init()

[ Upstream commit 0414a100d6ab32721efa70ab55524540fdfe0ede ]

If platform_device_add() is not called or failed, it should call
platform_device_put() in error case.

Fixes: 97933d6ced60 ("ARM: OMAP1: dmtimer: conversion to platform devices")
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
Message-Id: <20220701094602.2365099-1-yangyingliang@huawei.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm/mach-omap1/timer.c