On Fri, Jun 10, 2022 at 03:33:24AM PDT, Andy Shevchenko wrote:
Since platform_device_unregister() is NULL-aware, we don't need to duplicate this check. Remove it and fold the rest of the code. Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> --- drivers/hwmon/nct6775-platform.c | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-)
Reviewed-by: Zev Weiss <zev@xxxxxxxxxxxxxxxxx>