]> git.baikalelectronics.ru Git - kernel.git/commit
pch_can: Move MSI processing to probe/remove processing
authorTomoya <tomoya-linux@dsn.okisemi.com>
Sun, 12 Dec 2010 20:24:22 +0000 (20:24 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 13 Dec 2010 20:24:26 +0000 (12:24 -0800)
commit6299e03e2081dbeb4bcb269d7dcaa3272b1604ac
tree8a0c98c4d4a5098d6f99baddaceae0e348d8308c
parent5da3ffec00bad61c81d14aa145a316924515a5e7
pch_can: Move MSI processing to probe/remove processing

Currently, in case this driver is integrated as module, and when this
module is re-installed, no interrupts is to be occurred.
For the above issue, move MSI processing to open/release 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