[PATCH] video: fbdev: aty128fb: use true and false for boolean values

Subsystems: framebuffer layer, rage128 framebuffer display driver, the rest

STALE3062d

2 messages, 2 authors, 2018-03-28 · open the first message on its own page

[PATCH] video: fbdev: aty128fb: use true and false for boolean values

From: Gustavo A. R. Silva <hidden>
Date: 2018-03-22 20:36:11

Assign true or false to boolean variables instead of an integer value.

This issue was detected with the help of Coccinelle.

Signed-off-by: Gustavo A. R. Silva <redacted>
---
 drivers/video/fbdev/aty/aty128fb.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/video/fbdev/aty/aty128fb.c b/drivers/video/fbdev/aty/aty128fb.c
index db18474..09b0e55 100644
--- a/drivers/video/fbdev/aty/aty128fb.c
+++ b/drivers/video/fbdev/aty/aty128fb.c
@@ -1716,7 +1716,7 @@ static int aty128fb_setup(char *options)
 			continue;
 		}
 		if(!strncmp(this_opt, "nomtrr", 6)) {
-			mtrr = 0;
+			mtrr = false;
 			continue;
 		}
 #ifdef CONFIG_PPC_PMAC
-- 
2.7.4

Re: [PATCH] video: fbdev: aty128fb: use true and false for boolean values

From: Bartlomiej Zolnierkiewicz <hidden>
Date: 2018-03-28 13:29:30

On Thursday, March 22, 2018 03:13:32 PM Gustavo A. R. Silva wrote:
Assign true or false to boolean variables instead of an integer value.

This issue was detected with the help of Coccinelle.

Signed-off-by: Gustavo A. R. Silva <redacted>
Patch queued for 4.17, thanks.

Best regards,
--
Bartlomiej Zolnierkiewicz
Samsung R&D Institute Poland
Samsung Electronics
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help