Searched hist:"7 ea191aa10c43b5497d171ab6f48e633e6779468" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/board/freescale/common/ |
| H A D | pfuze.c | 7ea191aa10c43b5497d171ab6f48e633e6779468 Mon Jan 04 07:26:30 UTC 2016 Ye.Li <B37916@freescale.com> pfuze: Fix unsigned variable for less-than-zero comparison
According to the Coverity result, a unsigned int variable is used fo less- than-zero comparison, the result is never true. Need to fix the variable type to signed int.
Signed-off-by: Ye.Li <B37916@freescale.com> Signed-off-by: Peng Fan <peng.fan@nxp.com> Cc: Przemyslaw Marczak <p.marczak@samsung.com> Cc: Stefano Babic <sbabic@denx.de> Reviewed-by: Stefano Babic <sbabic@denx.de>
|