zephyr/drivers/gpio
Savinay Dharmappa 0b18f6dd39 drivers: gpio: Fix Coverity static scan issues
patch fix the dead code issue reported by coverity static scan
for gpio driver of cc2650 TI SOC. CC2650_IOC_NO_PULL macro
is defined Zero, bitwise and with any value would result to
zero,because of which only false condition of if is evaluated
but not the true condition.

Jira ZEP-2469.

Signed-off-by: Savinay Dharmappa <savinay.dharmappa@intel.com>
2017-08-08 09:42:14 -05:00
..
gpio_atmel_sam3.c
gpio_cc32xx.c
gpio_cc2650.c drivers: gpio: Fix Coverity static scan issues 2017-08-08 09:42:14 -05:00
gpio_cmsdk_ahb.c
gpio_cmsdk_ahb.h
gpio_dw_registers.h
gpio_dw.c
gpio_dw.h
gpio_fe310.c
gpio_mcux.c
gpio_mmio32.c
gpio_nrf5.c
gpio_pcal9535a.c
gpio_pcal9535a.h
gpio_pulpino.c
gpio_qmsi_ss.c drivers, net: Clean up semaphore initialization 2017-07-27 15:23:07 -04:00
gpio_qmsi.c drivers, net: Clean up semaphore initialization 2017-07-27 15:23:07 -04:00
gpio_sch.c
gpio_sch.h
gpio_stm32.c
gpio_stm32.h drivers: pinmux: stm32: Clean up after rework 2017-07-26 15:16:52 -05:00
gpio_utils.h
Kconfig cc2650: Add GPIO driver. 2017-06-16 16:18:12 -04:00
Kconfig.atmel_sam3
Kconfig.cc32xx
Kconfig.cc2650 cc2650: Add GPIO driver. 2017-06-16 16:18:12 -04:00
Kconfig.cmsdk_ahb
Kconfig.dw doc: spelling fixes in Kconfig files 2017-06-12 19:40:51 -04:00
Kconfig.fe310
Kconfig.mcux
Kconfig.mmio32
Kconfig.nrf5
Kconfig.pcal9535a Kconfig: make all syslog variables depend on SYS_LOG 2017-08-04 14:34:54 -05:00
Kconfig.pulpino
Kconfig.qmsi
Kconfig.sch
Kconfig.stm32
Makefile cc2650: Add GPIO driver. 2017-06-16 16:18:12 -04:00