Re: [PATCH] rtc: da9063: Simplify bool comparison

2020-11-14 Thread Alexandre Belloni
On Fri, 6 Nov 2020 16:00:37 +0800, xiakaixu1...@gmail.com wrote: > Fix the following coccicheck warning: > > ./drivers/rtc/rtc-da9063.c:246:5-18: WARNING: Comparison to bool Applied, thanks! [1/1] rtc: da9063: Simplify bool comparison commit: a48c6224ae07bed02893c58073ca2942acb5c3d5 Best

[PATCH] rtc: da9063: Simplify bool comparison

2020-11-06 Thread xiakaixu1987
From: Kaixu Xia Fix the following coccicheck warning: ./drivers/rtc/rtc-da9063.c:246:5-18: WARNING: Comparison to bool Reported-by: Tosk Robot Signed-off-by: Kaixu Xia --- drivers/rtc/rtc-da9063.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/rtc/rtc-da9063.c b/