commit | 3bfc8152b2c09d81fb00f4d3990e5dfd59682b96 | [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 | aa997d1d774416b3525d44779ee7ff9914b6abcb [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>