diff options
author | Tom Rini <trini@konsulko.com> | 2016-04-12 19:11:23 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-04-18 21:11:42 (GMT) |
commit | aa997d1d774416b3525d44779ee7ff9914b6abcb (patch) | |
tree | b289b12c1526eb8544f69a04c4c5e508524af6b0 /include/fsl-mc | |
parent | 55ac54c4a0acbdc786b16dc1b12a661f9dbdb305 (diff) | |
download | u-boot-aa997d1d774416b3525d44779ee7ff9914b6abcb.tar.xz |
drivers/gpio/pm8916_gpio.c: Make pid be uint32_t
If get_dev_addr fails it will return FDT_ADDR_T_NONE and:
>>> "priv->pid == 4294967295U" is always false regardless of the values of its operands. This occurs as the logical operand of if.
Cc: Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
Reported-by: Coverity (CID: 143913)
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/fsl-mc')
0 files changed, 0 insertions, 0 deletions