Skip to content
Commit 0b18f6dd authored by Savinay Dharmappa's avatar Savinay Dharmappa Committed by Kumar Gala
Browse files

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: default avatarSavinay Dharmappa <savinay.dharmappa@intel.com>
parent f5a842b0
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment