console: use int rather than uint in printf() and friends
These functions and vsprintf() return int type.
No reason to use uint type.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent eb1f1a1 commit 2548c100bb8e0e70ea1f2e0ca84878832de6c4a5
@Masahiro Yamada Masahiro Yamada authored on 4 Sep 2015
Sascha Hauer committed on 7 Sep 2015
Showing 1 changed file
View
common/console_common.c