]> git.ozlabs.org Git - yaboot.git/commit
phandle != int in prom.c
authorTony Breeds <tony@bakeyournoodle.com>
Tue, 10 Feb 2009 02:54:17 +0000 (13:54 +1100)
committerTony Breeds <tony@bakeyournoodle.com>
Tue, 18 Oct 2011 04:11:10 +0000 (15:11 +1100)
commit41d1d8adfe20e76de3af966fd9ec267fbedb5a5a
treeed1c0f0d4a454945965131be59cf2218f272a2ca
parent26a865f06c37278eebc6e329e6aa99f52906c713
phandle != int in prom.c

GCC this pointed out:
second/prom.c: In function ‘prom_get_netinfo’:
second/prom.c:692: warning: format ‘%d’ expects type ‘int’, but argument 2 has type ‘prom_handle’

Signed-off-by: Tony Breeds <tony@bakeyournoodle.com>
second/prom.c