Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cfb810f8 authored by Gustavo A. R. Silva's avatar Gustavo A. R. Silva Committed by Bartlomiej Zolnierkiewicz
Browse files

video: fbdev: aty128fb: use true and false for boolean values



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

This issue was detected with the help of Coccinelle.

Signed-off-by: default avatarGustavo A. R. Silva <gustavo@embeddedor.com>
Cc: Paul Mackerras <paulus@samba.org>
Signed-off-by: default avatarBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
parent e393cb1c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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