zephyr/drivers
Savinay Dharmappa be55f6644e 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. GPIO_DS_DFLT_LOW 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.This is a fix for jira ZEP-2355.

Signed-off-by: Savinay Dharmappa <savinay.dharmappa@intel.com>
2017-07-20 11:50:51 -05:00
..
adc
aio
bluetooth
clock_control
console
counter
crc
crypto
display
dma
ethernet
flash
gpio
grove
i2c
ieee802154
interrupt_controller
ipm
pci
pinmux
pwm
random
rtc
sensor
serial
shared_irq
slip
spi
timer
usb
watchdog
Kconfig
Makefile