Home
last modified time | relevance | path

Searched hist:"3 bfc8152b2c09d81fb00f4d3990e5dfd59682b96" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/power/pmic/
H A Dpm8916.c3bfc8152b2c09d81fb00f4d3990e5dfd59682b96 Tue Apr 12 19:11:24 UTC 2016 Tom Rini <trini@konsulko.com> 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>