commit | 87786945fe4b0e60e8f1db62d5ee8a3cec539a67 | [log] [tgz] |
---|---|---|
author | Meelis Roos <mroos@linux.ee> | Wed Mar 04 04:59:41 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Mar 04 19:24:27 2009 -0800 |
tree | 3175ca2f79ebb1c40498907273dc09a82548db37 | |
parent | a883bf564ea555447a76682bb2d8d4bc92e23e0e [diff] |
tmspci: fix request_irq race Currently, tmspci tokenring driver crashes on device initialization because it requests its irq before initializing corresponding data structures. Fix this by moving request_irq call to a safer place. Signed-off-by: Meelis Roos <mroos@linux.ee> Signed-off-by: David S. Miller <davem@davemloft.net>