Re: [PATCH v7 09/11] thermal: core: Stop polling DISABLED thermal devices

2020-06-29 Thread Amit Kucheria
On Mon, Jun 29, 2020 at 6:00 PM Andrzej Pietrasiewicz wrote: > > Polling DISABLED devices is not desired, as all such "disabled" devices > are meant to be handled by userspace. This patch introduces and uses > should_stop_polling() to decide whether the device should be polled or not. > > Signed-o

[PATCH v7 09/11] thermal: core: Stop polling DISABLED thermal devices

2020-06-29 Thread Andrzej Pietrasiewicz
Polling DISABLED devices is not desired, as all such "disabled" devices are meant to be handled by userspace. This patch introduces and uses should_stop_polling() to decide whether the device should be polled or not. Signed-off-by: Andrzej Pietrasiewicz Reviewed-by: Bartlomiej Zolnierkiewicz ---