Re: [PATCH] hwmon: applesmc: switch to using input device polling mode

2019-10-02 Thread Guenter Roeck
On Wed, Oct 02, 2019 at 02:43:45PM -0700, Dmitry Torokhov wrote: > Now that instances of input_dev support polling mode natively, > we no longer need to create input_polled_dev instance. > > Signed-off-by: Dmitry Torokhov Applied to hwmon-next. I don't know what 0-day is complaining about; the

Re: [PATCH] hwmon: applesmc: switch to using input device polling mode

2019-10-02 Thread kbuild test robot
Hi Dmitry, I love your patch! Yet something to improve: [auto build test ERROR on hwmon/hwmon-next] [cannot apply to v5.4-rc1 next-20191002] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system. BTW, we also suggest to use '--base' option to specify th

[PATCH] hwmon: applesmc: switch to using input device polling mode

2019-10-02 Thread Dmitry Torokhov
Now that instances of input_dev support polling mode natively, we no longer need to create input_polled_dev instance. Signed-off-by: Dmitry Torokhov --- drivers/hwmon/Kconfig| 1 - drivers/hwmon/applesmc.c | 38 ++ 2 files changed, 18 insertions(+), 21 de