]> git.ozlabs.org Git - yaboot.git/commitdiff
extract_netinfo_args() should be a void function.
authorTony Breeds <tony@bakeyournoodle.com>
Sat, 6 Mar 2010 03:59:04 +0000 (14:59 +1100)
committerTony Breeds <tony@bakeyournoodle.com>
Fri, 16 Jul 2010 05:10:57 +0000 (15:10 +1000)
If there is no "netinfo" packet, extract_netinfo_args() will fail and cause
parse_device_path() to abort.  This basically meant that yaboot will fail to
load any kernel/initrd under those circumstances.

This fix changes extract_netinfo_args() to be a void function.

Signed-off-by: Tony Breeds <tonyb@au1.ibm.com>

No differences found