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)
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>

No differences found