diff options
author | Keerthy <j-keerthy@ti.com> | 2017-07-20 13:29:52 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-07-21 00:28:54 +0200 |
commit | 070f9c658a59f9a736b1c040001d37b0952e778e (patch) | |
tree | 1a568073b6ce4688fe696550221d2f8493f01bc0 /net/rds/send.c | |
parent | ipv4: initialize fib_trie prior to register_netdev_notifier call. (diff) | |
download | linux-070f9c658a59f9a736b1c040001d37b0952e778e.tar.xz linux-070f9c658a59f9a736b1c040001d37b0952e778e.zip |
net: ethernet: ti: cpsw: Push the request_irq function to the end of probe
Push the request_irq function to the end of probe so as
to ensure all the required fields are populated in the event
of an ISR getting executed right after requesting the irq.
Currently while loading the crash kernel a crash was seen as
soon as devm_request_threaded_irq was called. This was due to
n->poll being NULL which is called as part of net_rx_action
function.
Suggested-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/rds/send.c')
0 files changed, 0 insertions, 0 deletions