Home
last modified time | relevance | path

Searched hist:e4b984d75eb7589e91cbb8b939e0fc1418d68446 (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/board/freescale/mx6sabresd/
H A Dmx6sabresd.ce4b984d75eb7589e91cbb8b939e0fc1418d68446 Tue Jul 21 23:02:49 UTC 2015 Fabio Estevam <fabio.estevam@freescale.com> mx6sabresd: Use 'int' for return values

The variable 'ret' is used to store the value returned by pfuze_mode_init(),
so it should of type 'int' instead of 'unsigned int' in order to correctly
handle negative numbers.

Fix the variable type.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>