Skip to content
Snippets Groups Projects
Commit f9aee4b4 authored by Mike Frysinger's avatar Mike Frysinger
Browse files

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: default avatarMike Frysinger <vapier@gentoo.org>
parent fb5166ce
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment