zephyr/drivers/gpio
Sergio Rodriguez b52080749f drivers: gpio_cmsdk_ahb: Fix erronous if statements
The GPIO_INT_LEVEL and GPIO_INT_ACTIVE_LOW values are  zero so the
statements are never executed then is better use the bit complement
masks

This issue was reported by Coverity

Coverity-CID: 157586

Change-Id: Ic8b20660a991dd3d0c71248f84c917e5ce5c3c7c
Signed-off-by: Sergio Rodriguez <sergio.sf.rodriguez@intel.com>
2016-12-21 13:49:40 +00:00
..
gpio_atmel_sam3.c drivers: Remove legacy nanokernel.h include 2016-12-04 14:59:37 -06:00
gpio_cc32xx.c cc3200: Add a GPIO driver for the TI CC3200 LaunchXL 2016-12-20 09:14:48 -06:00
gpio_cmsdk_ahb.c drivers: gpio_cmsdk_ahb: Fix erronous if statements 2016-12-21 13:49:40 +00:00
gpio_cmsdk_ahb.h
gpio_dw_registers.h gpio: Cleanup DW gpio driver 2016-11-16 17:18:01 +00:00
gpio_dw.c drivers: Remove legacy nanokernel.h include 2016-12-04 14:59:37 -06:00
gpio_dw.h gpio: Cleanup DW gpio driver 2016-11-16 17:18:01 +00:00
gpio_k64.c drivers: Remove legacy nanokernel.h include 2016-12-04 14:59:37 -06:00
gpio_k64.h drivers: Remove legacy nanokernel.h include 2016-12-04 14:59:37 -06:00
gpio_nrf5.c gpio: nrf5x: Add support for GPIOTE and GPIO callbacks 2016-12-20 09:14:49 -06:00
gpio_pcal9535a.c logging: move sys_log to subsys/logging 2016-12-19 19:58:39 +00:00
gpio_pcal9535a.h
gpio_qmsi_ss.c drivers: gpio_ss: Remove contradictory if statement evaluation 2016-11-17 14:23:24 +00:00
gpio_qmsi.c drivers: gpio: Remove contradictory if statement evaluation 2016-11-17 14:23:28 +00:00
gpio_sch.c logging: move sys_log to subsys/logging 2016-12-19 19:58:39 +00:00
gpio_sch.h
gpio_stm32.c stm32l4: add gpio support for l4 2016-12-06 10:31:45 -06:00
gpio_stm32.h stm32l4: add gpio support for l4 2016-12-06 10:31:45 -06:00
gpio_utils.h
Kconfig cc3200: Add a GPIO driver for the TI CC3200 LaunchXL 2016-12-20 09:14:48 -06:00
Kconfig.atmel_sam3
Kconfig.cc32xx cc3200: Add a GPIO driver for the TI CC3200 LaunchXL 2016-12-20 09:14:48 -06:00
Kconfig.cmsdk_ahb
Kconfig.dw gpio: Cleanup DW gpio driver 2016-11-16 17:18:01 +00:00
Kconfig.k64
Kconfig.nrf5
Kconfig.pcal9535a
Kconfig.qmsi
Kconfig.sch
Kconfig.stm32 stm32l4: add gpio support for l4 2016-12-06 10:31:45 -06:00
Makefile cc3200: Add a GPIO driver for the TI CC3200 LaunchXL 2016-12-20 09:14:48 -06:00