commit | ce000c61b0bf96506ad4a537f3218a716b6fadcd | [log] [tgz] |
---|---|---|
author | Wei Li <liwei391@huawei.com> | Thu Sep 17 20:29:50 2020 +0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Sep 17 17:03:55 2020 -0700 |
tree | 2f63ec02d63e42e61fd07a29c44d49d0e46ed243 | |
parent | 0dfdbc7440870007818277dc02d20d4794178a4f [diff] |
hinic: fix potential resource leak In rx_request_irq(), it will just return what irq_set_affinity_hint() returns. If it is failed, the napi and irq requested are not freed properly. So add exits for failures to handle these. Signed-off-by: Wei Li <liwei391@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>