]> git.karo-electronics.de Git - karo-tx-linux.git/commit
sh: pci: Use the proper write size for class/sub-class code.
authorPaul Mundt <lethal@linux-sh.org>
Fri, 17 Apr 2009 06:08:01 +0000 (15:08 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Fri, 17 Apr 2009 06:08:01 +0000 (15:08 +0900)
commitab78cbcf6877334fc20868b7df7887349e2e01c8
tree227497c6325f89b81e9a2b982f0af7e1c660b2f7
parent4e7b7fdb129995640f144b7de114e109c6b46a2a
sh: pci: Use the proper write size for class/sub-class code.

Don't use pci_write_reg() for these, as it defaults to 32-bit. Rather
than using the helper, use __raw_writeb() directly.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/drivers/pci/pci-sh7780.c