[U-Boot] [PATCH] net: fix typo in arp clean up
Joe Hershberger
joe.hershberger at gmail.com
Tue Jul 10 20:52:29 CEST 2012
Hi Mike,
On Tue, Jul 10, 2012 at 5:41 AM, Mike Frysinger <vapier at gentoo.org> wrote:
> The clean up patch missed an &, so we end up passing an int rather than
> a pointer to the sprintf function.
>
> arp.c: In function 'ArpReceive':
> arp.c:197: warning: format '%p' expects type 'void *', but argument 3 has type 'int'
>
> Signed-off-by: Mike Frysinger <vapier at gentoo.org>
> ---
Applied, thanks.
-Joe
More information about the U-Boot
mailing list