platform/chrome: cros_ec: fix error handling in cros_ec_register()
authorTzung-Bi Shih <tzungbi@kernel.org>
Wed, 16 Feb 2022 08:03:02 +0000 (16:03 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Jun 2022 08:21:14 +0000 (10:21 +0200)
commitacd2313bd99d94fba4696d49ced7ab7a091e1c54
tree7414bf8c7fa13d06dac9ac5d0a670b74c58c1f22
parente690350d3d9f248eb5fa7edb5371878473af1278
platform/chrome: cros_ec: fix error handling in cros_ec_register()

[ Upstream commit 2cd01bd6b117df07b1bc2852f08694fdd29e40ed ]

Fix cros_ec_register() to unregister platform devices if
blocking_notifier_chain_register() fails.

Also use the single exit path to handle the platform device
unregistration.

Fixes: 42cd0ab476e2 ("platform/chrome: cros_ec: Query EC protocol version if EC transitions between RO/RW")
Reviewed-by: Prashant Malani <pmalani@chromium.org>
Signed-off-by: Tzung-Bi Shih <tzungbi@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/platform/chrome/cros_ec.c