]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit8109a6350922e812f7d04ffba883e6fccb411e49
treec61d01b2447cf3acfc45c4ea08dd6610d1cd4458
parentfd16d4be963b45b475812e344e04b9e57d2b9600
[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