[IA64] Fix pcibios_setup
authorMatthew Wilcox <matthew@wil.cx>
Fri, 24 Feb 2006 19:46:23 +0000 (12:46 -0700)
committerTony Luck <tony.luck@intel.com>
Mon, 27 Feb 2006 23:37:41 +0000 (15:37 -0800)
commitac311ac2b7caca000b1501fd24136bdca30e2a51
tree0a960ed38d9f007f52ad4f3cbb5ca75aded15103
parent18810d1ebac89232d8f218a318ed9ff7ef198e96
[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 <matthew@wil.cx>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/pci/pci.c