From: Matthew Wilcox Date: Fri, 24 Feb 2006 19:46:23 +0000 (-0700) Subject: [IA64] Fix pcibios_setup X-Git-Tag: v2.6.16-rc6~141^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac311ac2b7caca000b1501fd24136bdca30e2a51;p=pandora-kernel.git [IA64] Fix pcibios_setup pcibios_setup() should return NULL if it handled a parameter. Since ia64 handles no parameters, it should return the string that was passed in, not NULL. This brings ia64 into line with all other architectures that handle no parameters. Signed-off-by: Matthew Wilcox Signed-off-by: Tony Luck --- Reading git-diff-tree failed