]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Blackfin: uart: fix printf warning
authorMike Frysinger <vapier@gentoo.org>
Mon, 9 May 2011 18:56:38 +0000 (14:56 -0400)
committerMike Frysinger <vapier@gentoo.org>
Tue, 12 Jul 2011 06:17:45 +0000 (02:17 -0400)
commitf9aee4b4b65583149ed098c6908942d264db521b
treeefc0d61758e0a949bab709f1323764fc196e8cb7
parentfb5166ce35de489c8a96f3696e208eaae6a5a8d8
Blackfin: uart: fix printf warning

The code uses %i to printf a size_t when it should use %zu, otherwise
we get a warning from gcc about it.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
arch/blackfin/cpu/serial.c