[SERIAL] sunzilog: Register IRQ after all devices have been probed.
authorDavid S. Miller <davem@sunset.davemloft.net>
Tue, 18 Jul 2006 04:07:17 +0000 (21:07 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Fri, 21 Jul 2006 21:18:08 +0000 (14:18 -0700)
commit67e23a1e60b6bc0a090407d0fc060166ab558b72
treea690bed9a849ba177b046e76cb85f3209650ae55
parent39329329565a5e24f0a5523eef3a9dd941e0b29d
[SERIAL] sunzilog: Register IRQ after all devices have been probed.

Otherwise we will deref half-initialized channel pointers
and crash in the interrupt handler.

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