]> git.baikalelectronics.ru Git - kernel.git/commit
firmware: arm_sdei: Unregister driver on error in sdei_init()
authorGavin Shan <gshan@redhat.com>
Tue, 22 Sep 2020 13:04:15 +0000 (23:04 +1000)
committerWill Deacon <will@kernel.org>
Mon, 28 Sep 2020 20:52:22 +0000 (21:52 +0100)
commitbad53eb48f93aff14232cf2c8f3778496a1e0baf
treee2786042052a83057368dd1b892731471185bf3e
parent5f20b80cffebb7e863a772c24dd2251c4d1e47df
firmware: arm_sdei: Unregister driver on error in sdei_init()

The SDEI platform device is created from device-tree node or ACPI
(SDEI) table. For the later case, the platform device is created
explicitly by this module. It'd better to unregister the driver on
failure to create the device to keep the symmetry. The driver, owned
by this module, isn't needed if the device isn't existing.

Besides, the errno (@ret) should be updated accordingly in this
case.

Signed-off-by: Gavin Shan <gshan@redhat.com>
Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Reviewed-by: James Morse <james.morse@arm.com>
Link: https://lore.kernel.org/r/20200922130423.10173-6-gshan@redhat.com
Signed-off-by: Will Deacon <will@kernel.org>
drivers/firmware/arm_sdei.c