Re: [PATCH linux-next] macintosh:adb:recordmcount:use !E in conditional statements

2022-07-31 Thread Michael Ellerman
cgel@gmail.com writes: > From: ye xingchen > > Use !E to replace the type of x == 0. This change is just to > simplify the code, no actual functional changes. > > Reported-by: Zeal Robot > Signed-off-by: ye xingchen > --- > drivers/macintosh/adb.c | 2 +- > 1 file changed, 1 insertion(+),

[PATCH linux-next] macintosh:adb:recordmcount:use !E in conditional statements

2022-07-31 Thread cgel . zte
From: ye xingchen Use !E to replace the type of x == 0. This change is just to simplify the code, no actual functional changes. Reported-by: Zeal Robot Signed-off-by: ye xingchen --- drivers/macintosh/adb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/macintosh