Re: [PATCH v1 1/1] hwmon: (nct6775) Drop duplicate NULL check in ->init() and ->exit()

From: Zev Weiss
Date: Fri Jun 10 2022 - 14:00:03 EST


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>