commit | e99a308da3c1518009a740c4d3962f616edeb642 | [log] [tgz] |
---|---|---|
author | Barry Song <song.bao.hua@hisilicon.com> | Thu Jun 18 13:02:10 2020 +1200 |
committer | David S. Miller <davem@davemloft.net> | Thu Jun 18 20:43:10 2020 -0700 |
tree | d2f4bdc47d449d4a51d82e2061bf37960d3881da | |
parent | 4d2cad32127e5c83e17b0e1dfd4cd5ef6080301f [diff] |
net: hns3: replace disable_irq by IRQ_NOAUTOEN flag disable_irq() after request_irq() is still risk as there is a chance irq can come after request_irq() and before disable_irq(). this should be done by IRQ_NOAUTOEN flag. Signed-off-by: Barry Song <song.bao.hua@hisilicon.com> Signed-off-by: David S. Miller <davem@davemloft.net>