forked from Mirrors/opensbi
		
	treewide: Replace TRUE/FALSE with true/false
C language standard uses true/false for the boolean type. Let's switch to that for better language compatibility. Signed-off-by: Bin Meng <bmeng@tinylab.org> Reviewed-by: Anup Patel <anup@brainfault.org> Reviewed-by: Samuel Holland <samuel@sholland.org> Tested-by: Samuel Holland <samuel@sholland.org>
This commit is contained in:
		@@ -205,7 +205,7 @@ static int da9063_reset_init(void *fdt, int nodeoff,
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static const struct fdt_match da9063_reset_match[] = {
 | 
			
		||||
	{ .compatible = "dlg,da9063", .data = (void *)TRUE },
 | 
			
		||||
	{ .compatible = "dlg,da9063", .data = (void *)true },
 | 
			
		||||
	{ },
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user