From: Jeff Garzik Date: Fri, 14 Dec 2007 00:14:09 +0000 (-0800) Subject: [SCSI] ips: PCI API cleanups X-Git-Tag: v2.6.25-rc1~1230^2~125 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21e1a5f26c437591f67779a97e5cc95ebbb02e90;p=pandora-kernel.git [SCSI] ips: PCI API cleanups * pass Scsi_Host to ips_remove_device() via pci_set_drvdata(), allowing us to eliminate the ips_ha[] search loop and call ips_release() directly. * call pci_{request,release}_regions() and eliminate individual request/release_[mem_]region() calls * call pci_disable_device(), paired with pci_enable_device() * s/0/NULL/ in a few places * check ioremap() return value Signed-off-by: Jeff Garzik Acked-by: "Salyzyn, Mark" Signed-off-by: Andrew Morton Signed-off-by: James Bottomley --- Reading git-diff-tree failed