[PARPORT] SUNBPP: Fix OOPS when debugging is enabled.
authorDavid S. Miller <davem@sunset.davemloft.net>
Tue, 24 Apr 2007 06:33:17 +0000 (23:33 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Tue, 24 Apr 2007 06:33:17 +0000 (23:33 -0700)
commit5a68b2e346f043820e2ba0cde57cc75b4561c124
treec61d01b2447cf3acfc45c4ea08dd6610d1cd4458
parent7e9f33461521180ef2c148c0b77eeb412d18ffae
[PARPORT] SUNBPP: Fix OOPS when debugging is enabled.

The debugging code would dereference __iomem pointers instead
of going through sbus_{read,write}{b,w,l}().

Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/parport/parport_sunbpp.c