From: Adam Kropelin Date: Sat, 17 Sep 2005 02:28:19 +0000 (-0700) Subject: [PATCH] shpchp: Use dword accessors for PCI_ROM_ADDRESS X-Git-Tag: v2.6.14-rc2~5^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06c6d271f41ffa20f2dadc9bfe100a89f7f1dd1d;p=pandora-kernel.git [PATCH] shpchp: 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: Cc: Greg KH Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed