Re: [PATCH v4 01/13] platform/x86: asus-wmi: Fix hwmon device cleanup

From: Daniel Drake
Date: Fri May 24 2019 - 15:58:00 EST


On Tue, May 14, 2019 at 12:50 PM Yurii Pavlovskyi
<yurii.pavlovskyi@xxxxxxxxx> wrote:
>
> The driver does not clean up the hwmon device on exit or error. To
> reproduce the bug, repeat rmmod, insmod to verify that device number
> /sys/devices/platform/asus-nb-wmi/hwmon/hwmon?? grows every time. Replace
> call for registering device with devm_* version that unregisters it
> automatically.
>
> Signed-off-by: Yurii Pavlovskyi <yurii.pavlovskyi@xxxxxxxxx>

Reviewed-by: Daniel Drake <drake@xxxxxxxxxxxx>