commit | a7e2774dc319f3a64ae9b612a428f488a60d2721 | [log] [download] |
---|---|---|
author | Tony Breeds <tony@bakeyournoodle.com> | Sat Mar 06 14:59:04 2010 +1100 |
committer | Tony Breeds <tony@bakeyournoodle.com> | Fri Jul 16 15:10:57 2010 +1000 |
tree | 4f20a2230873d78278a53da59f7a70ed9910f979 | |
parent | 1f0f86b8e9cb113674bec055c2d0f182a28a5bd2 [diff] |
extract_netinfo_args() should be a void function. 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>