From: Jeff Garzik Date: Sat, 16 Feb 2008 02:35:26 +0000 (-0500) Subject: [SCSI] gdth: PCI probe cleanups, prep for PCI hotplug API conversion X-Git-Tag: v2.6.26-rc1~1140^2~136 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c9c8d782c8dddc5e97d33210e8a993cec6bc168;p=pandora-kernel.git [SCSI] gdth: PCI probe cleanups, prep for PCI hotplug API conversion - Reduce uses of gdth_pci_str::pdev, preferring a local variable (or function arg) 'pdev' instead. - Reduce uses of gdth_pcistr array, preferring local variable (or function arg) 'pcistr' instead. - Eliminate lone use of gdth_pci_str::irq, using equivalent pdev->irq instead - Eliminate assign-only gdth_pci_str::io_mm Note: If the indentation seems weird, that's because a line was converted from spaces to tabs, when it was modified. Signed-off-by: Jeff Garzik Signed-off-by: James Bottomley --- Reading git-diff-tree failed