pch_can: fix module reload issue with MSI
authorTomoya <tomoya-linux@dsn.okisemi.com>
Mon, 7 Feb 2011 23:29:03 +0000 (23:29 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 9 Feb 2011 00:37:20 +0000 (16:37 -0800)
commitc69b90920a36b88ab0d649963d81355d865eeb05
tree31fcd95927aff1c38bcbb86664f744eeb60f6a2a
parentce9736d4fb48beed370e22ac156779746dda7b92
pch_can: fix module reload issue with MSI

Currently, in case reload pch_can,
pch_can not to be able to catch interrupt.

The cause is bus-master is not set in pch_can.
Thus, add enabling bus-master processing.

Signed-off-by: Tomoya MORINAGA <tomoya-linux@dsn.okisemi.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/can/pch_can.c