Skip to content
Commit 017fb98e authored by David S. Miller's avatar David S. Miller
Browse files

[RADEON]: Fix unaligned I/O port access during probe.



The driver does a readl() on DEVICE_ID which is 2-byte aligned and
2-bytes in size.  It's doing this read just to flush write buffers.

Create IN16() and OUT16() macros, and use the former to do this I/O
load.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 717463d8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment