Re: [PATCH] ARM: pxa: fix GPIO double shifts

2016-07-16 Thread kbuild test robot
Hi, [auto build test WARNING on arm-soc/for-next] [also build test WARNING on v4.7-rc7 next-20160715] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH] ARM: pxa: fix GPIO double shifts

2016-07-16 Thread kbuild test robot
Hi, [auto build test WARNING on arm-soc/for-next] [also build test WARNING on v4.7-rc7 next-20160715] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH] ARM: pxa: fix GPIO double shifts

2016-07-16 Thread Robert Jarzmik
The commit 9bf448c66d4b ("ARM: pxa: use generic gpio operation instead of gpio register") from Oct 17, 2011, leads to the following static checker warning: arch/arm/mach-pxa/spitz_pm.c:172 spitz_charger_wakeup() warn: double left shift '!gpio_get_value(SPITZ_GPIO_KEY_INT) << (1 <<

[PATCH] ARM: pxa: fix GPIO double shifts

2016-07-16 Thread Robert Jarzmik
The commit 9bf448c66d4b ("ARM: pxa: use generic gpio operation instead of gpio register") from Oct 17, 2011, leads to the following static checker warning: arch/arm/mach-pxa/spitz_pm.c:172 spitz_charger_wakeup() warn: double left shift '!gpio_get_value(SPITZ_GPIO_KEY_INT) << (1 <<