OSDN Git Service

hwmon: (amd_energy) Missing platform_driver_unregister() on error in amd_energy_init()
authorWei Yongjun <weiyongjun1@huawei.com>
Wed, 27 May 2020 02:24:17 +0000 (02:24 +0000)
committerGuenter Roeck <linux@roeck-us.net>
Wed, 27 May 2020 03:24:49 +0000 (20:24 -0700)
commit59dd36f41ea6a5c69c1f737125251df2ff8eb5ce
tree66ad655e0a88a99776e354c047c0ce82c03244f1
parent8054eadca71492f1c9421bcd58ac40f61d5e6e61
hwmon: (amd_energy) Missing platform_driver_unregister() on error in amd_energy_init()

Add the missing platform_driver_unregister() before return
from amd_energy_init() in the error handling case.

Fixes: 8abee9566b7e ("hwmon: Add amd_energy driver to report energy counters")
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Acked-by: Naveen krishna Chatradhi <nchatrad@amd.com>
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Link: https://lore.kernel.org/r/20200527022417.105620-1-weiyongjun1@huawei.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/amd_energy.c