Files
linux/drivers/net
qumingguang 7018a57cf7 net: hns3: Fix a misuse to devm_free_irq
[ Upstream commit ae064e6123 ]

we should use free_irq to free the nic irq during the unloading time.
because we use request_irq to apply it when nic up. It will crash if
up net device after reset the port. This patch fixes the issue.

Signed-off-by: qumingguang <qumingguang@huawei.com>
Signed-off-by: Lipeng <lipeng321@huawei.com>
Signed-off-by: Yunsheng Lin <linyunsheng@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-12-20 10:10:27 +01:00
..
2017-12-17 15:08:00 +01:00
2017-12-14 09:53:11 +01:00
2017-08-24 09:57:28 +02:00
2017-11-02 16:20:53 +09:00