From: Randy Dunlap Date: Thu, 28 Jun 2007 23:04:21 +0000 (-0700) Subject: PCI: limit pci_get_bus_and_slot to domain 0 X-Git-Tag: v2.6.23-rc1~1106^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5463d9f0f323123d96989d318ac9c537158ad0a5;p=pandora-kernel.git PCI: limit pci_get_bus_and_slot to domain 0 Limit pci_get_bus_and_slot() to domain (segment) 0 since domain is not specified in the function call and defaulting to domain 0 is the only reasonable thing to do (rather than returning a device from some other unknown domain). Signed-off-by: Randy Dunlap Acked-by: H. Peter Anvin Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed