[PATCH] gpio: pca953x: fix boolreturn.cocci warnings

2016-04-06 Thread kbuild test robot
drivers/gpio/gpio-pca953x.c:522:10-11: WARNING: return of 0/1 in function 'pca953x_irq_pending' with return type bool Return statements in functions returning bool should use true/false instead of 1/0. Generated by: scripts/coccinelle/misc/boolreturn.cocci CC: Yong Li

[PATCH] gpio: pca953x: fix boolreturn.cocci warnings

2016-04-06 Thread kbuild test robot
drivers/gpio/gpio-pca953x.c:522:10-11: WARNING: return of 0/1 in function 'pca953x_irq_pending' with return type bool Return statements in functions returning bool should use true/false instead of 1/0. Generated by: scripts/coccinelle/misc/boolreturn.cocci CC: Yong Li Signed-off-by: