hwmon: (sch5627) Remove unnecessary error path
authorArmin Wolf <W_Armin@gmx.de>
Sat, 17 Apr 2021 21:09:20 +0000 (23:09 +0200)
committerGuenter Roeck <linux@roeck-us.net>
Tue, 20 Apr 2021 13:50:14 +0000 (06:50 -0700)
commitbab10bf90aaa20a95d629c2406411770acbfaf08
tree1ee2e5c4182db620e595d524971ab56eeb3d10d1
parent93a6fb2c9135a14a6675bcb9a0250c307eae1af6
hwmon: (sch5627) Remove unnecessary error path

Calling remove() on error whould have only unregistered
the watchdog, and since a failure in registering him
is considered non-fatal and happens last, remove the
error path and return the error codes directly.

Signed-off-by: Armin Wolf <W_Armin@gmx.de>
Link: https://lore.kernel.org/r/20210417210920.15496-3-W_Armin@gmx.de
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/sch5627.c