diff options
author | Jaccon Bastiaansen <jaccon.bastiaansen@gmail.com> | 2012-05-17 07:11:42 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-05-17 19:01:40 -0400 |
commit | 09dcd604aea065b121c635e40baf4ed2ce60e3f0 (patch) | |
tree | 19ae4b300638bf742b6be6d52b9b221294e566e9 /include/linux | |
parent | a508da6cc0093171833efb8376b00473f24221b9 (diff) | |
download | linux-3.10-09dcd604aea065b121c635e40baf4ed2ce60e3f0.tar.gz linux-3.10-09dcd604aea065b121c635e40baf4ed2ce60e3f0.tar.bz2 linux-3.10-09dcd604aea065b121c635e40baf4ed2ce60e3f0.zip |
CS89x0 : Use ioread16/iowrite16 on all platforms
The use of the inw/outw functions by the cs89x0 platform driver
results in NULL pointer references on ARM platforms and
platforms that do not provide ISA-style programmed I/O accessors.
Using inw/outw also accesses the wrong address space on platforms
that have a PCI I/O space that is not identity-mapped into the
physical address space.
Signed-off-by: Jaccon Bastiaansen <jaccon.bastiaansen@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions