Re: [PATCH v3 2/2] hwmon:max6697: fixing the type issue where the comparison is always true

2020-07-06 Thread Chu Lin
On Mon, Jul 6, 2020 at 5:54 PM Guenter Roeck wrote: > > On 7/6/20 5:22 PM, Chu Lin wrote: > > - Use reverse christmas tree order convension > > - fix the type issue where comparision is always true > > - Change the line limit to 100 char instead of 80 char > > > > Reported-by: kernel test ro

Re: [PATCH v3 2/2] hwmon:max6697: fixing the type issue where the comparison is always true

2020-07-06 Thread Guenter Roeck
On 7/6/20 5:22 PM, Chu Lin wrote: > - Use reverse christmas tree order convension > - fix the type issue where comparision is always true > - Change the line limit to 100 char instead of 80 char > > Reported-by: kernel test robot > Signed-off-by: Chu Lin Unless I am missing something, thi

[PATCH v3 2/2] hwmon:max6697: fixing the type issue where the comparison is always true

2020-07-06 Thread Chu Lin
- Use reverse christmas tree order convension - fix the type issue where comparision is always true - Change the line limit to 100 char instead of 80 char Reported-by: kernel test robot Signed-off-by: Chu Lin --- drivers/hwmon/max6697.c | 26 +- 1 file changed, 9 i