From: Adam Kropelin Date: Sat, 17 Sep 2005 02:28:18 +0000 (-0700) Subject: [PATCH] pciehp: Use dword accessors for PCI_ROM_ADDRESS X-Git-Tag: v2.6.14-rc2~5^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2fa4f4ad8ddf4b9fac344f1da7a25d4868f08f5;p=pandora-kernel.git [PATCH] pciehp: 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