commit | d547ecdc1fc1eb5e9caf678d2f1c02cf3d77cbe7 | [log] [tgz] |
---|---|---|
author | Yonglong Liu <liuyonglong@huawei.com> | Thu Jun 13 17:12:28 2019 +0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Jun 14 19:26:16 2019 -0700 |
tree | 6852c3b0f36360920ece35d2ff97276d88b9392b | |
parent | 31bb229d6f4a603a351d670ac078dff8ba3af398 [diff] |
net: hns3: free irq when exit from abnormal branch In hns3_nic_init_irq(), if request irq fail at index i, the function return directly without releasing irq resources that already requested, and nowhere else will release them. Signed-off-by: Yonglong Liu <liuyonglong@huawei.com> Signed-off-by: Peng Li <lipeng321@huawei.com> Signed-off-by: Huazhong Tan <tanhuazhong@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>