From: Adam Kropelin Date: Sat, 17 Sep 2005 02:28:20 +0000 (-0700) Subject: [PATCH] qla2xxx: Use dword accessors for PCI_ROM_ADDRESS X-Git-Tag: v2.6.14-rc2~5^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27b2f6792f3b482e4636818c7efaf4c43fef32a3;p=pandora-kernel.git [PATCH] qla2xxx: Use dword accessors for PCI_ROM_ADDRESS PCI_ROM_ADDRESS is a 32 bit register and as such should be accessed using pci_bus_{read,write}_config_dword(). A recent audit of drivers/ turned up several cases of byte- and word-sized accesses. The harmful ones were fixed by Linus directly. This patches up one of the remaining harmless-but-still-wrong cases caught in the dragnet. Signed-off-by: Adam Kropelin Cc: Andrew Vasquez Cc: Greg KH Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed