Re: [PATCH] rtc: sc27xx: Remove unnecessary conversion to bool

2020-11-14 Thread Alexandre Belloni
On Fri, 6 Nov 2020 15:30:54 +0800, xiakaixu1...@gmail.com wrote: > Here we could use the '!=' expression to fix the following coccicheck > warning: > > ./drivers/rtc/rtc-sc27xx.c:566:50-55: WARNING: conversion to bool not needed > here Applied, thanks! [1/1] rtc: sc27xx: Remove unnecessary

[PATCH] rtc: sc27xx: Remove unnecessary conversion to bool

2020-11-05 Thread xiakaixu1987
From: Kaixu Xia Here we could use the '!=' expression to fix the following coccicheck warning: ./drivers/rtc/rtc-sc27xx.c:566:50-55: WARNING: conversion to bool not needed here Reported-by: Tosk Robot Signed-off-by: Kaixu Xia --- drivers/rtc/rtc-sc27xx.c | 2 +- 1 file changed, 1