Re: [PATCH] thermal/core: Make cooling device state change private

2021-01-11 Thread kernel test robot
Hi Daniel, I love your patch! Yet something to improve: [auto build test ERROR on hwmon/hwmon-next] [also build test ERROR on linus/master v5.11-rc3 next-20210111] [cannot apply to thermal/next] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we

Re: [PATCH] thermal/core: Make cooling device state change private

2021-01-11 Thread Guenter Roeck
On 1/11/21 6:13 AM, Daniel Lezcano wrote: > The change of the cooling device state should be used by the governor > or at least by the core code, not by the drivers themselves. > > Remove the API usage and move the function declaration to the internal > headers. > > Signed-off-by: Daniel Lezcano