commit | effbec1d83eeb475f76e1d2e6b0cc156cdfc8a82 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@freescale.com> | Tue Jul 21 20:02:49 2015 -0300 |
committer | Stefano Babic <sbabic@denx.de> | Sun Jul 26 12:12:04 2015 +0200 |
tree | 86a018c9f6cd9129b6fe811a5f1a048615947922 | |
parent | 99bfe1d12c8f61153434c644c5d82e5ece210b77 [diff] |
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>