commit | ab78cbcf6877334fc20868b7df7887349e2e01c8 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Fri Apr 17 15:08:01 2009 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Fri Apr 17 15:08:01 2009 +0900 |
tree | 227497c6325f89b81e9a2b982f0af7e1c660b2f7 | |
parent | 4e7b7fdb129995640f144b7de114e109c6b46a2a [diff] |
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>