commit | 3851c66cf0d130ae49f99fe1dea42950d9835037 | [log] [tgz] |
---|---|---|
author | Divy Le Ray <divy@chelsio.com> | Fri Apr 17 12:21:11 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Apr 20 02:07:23 2009 -0700 |
tree | d1df90bef676f4db8da8e67d317261450c857ed4 | |
parent | 7816a0a862d851d0b05710e7d94bfe390f3180e2 [diff] |
cxgb3: fix link fault handling Use the existing periodic task to handle link faults. The link fault interrupt handler is also called in work queue context, which is wrong and might cause potential deadlocks. Signed-off-by: Divy Le Ray <divy@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>