commit | 96504b6684129e15f12ad2756fa557243d6a4b66 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Tue Apr 12 15:11:24 2016 -0400 |
committer | Tom Rini <trini@konsulko.com> | Mon Apr 18 17:11:42 2016 -0400 |
tree | 056052f8c6b5858614b1ffef4d6798745668a40b | |
parent | 44d15c2512024bc4c793601c5e93f6b0dbcaeb7d [diff] |
drivers/power/pmic/pm8916.c: Make usid be uint32_t If get_dev_addr fails it will return FDT_ADDR_T_NONE and: >>> "priv->usid == 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: 143914) Signed-off-by: Tom Rini <trini@konsulko.com>