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>