diff options
author | Furquan Shaikh <furquan@google.com> | 2016-08-14 21:50:50 -0700 |
---|---|---|
committer | Furquan Shaikh <furquan@google.com> | 2016-08-18 01:07:36 +0200 |
commit | e7de6fb162bb9a7c0551027514596d6d7f45421b (patch) | |
tree | 099481e2b4a8a0c8a2db1c9859c576c72b539801 /payloads/bayou | |
parent | 91f6e679ccce9cf90c98608fc2c24aef44db5bf0 (diff) |
intel/apollolake: Fix check for return value of pmc_gpe_route_to_gpio
pmc_gpe_route_to_gpio returns -1 on error. However, the value was being
stored in unsigned int and compared against -1. Fix this by using local
variable ret.
Change-Id: I5ec824949d4ee0fbdbb2ffdc9fc9d4762455b27b
Reported-by: Coverity ID 1357443, 1357442, 1357441
Signed-off-by: Furquan Shaikh <furquan@google.com>
Reviewed-on: https://review.coreboot.org/16218
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'payloads/bayou')
0 files changed, 0 insertions, 0 deletions