]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitb8bf5c9c5a4c7959dff69132b1c7947cfd13b83d
tree0a960ed38d9f007f52ad4f3cbb5ca75aded15103
parent8e11b20a42b9edf89ed1283ee10409946bfb1307
[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