Loading
net: hns3: initialize reset_timer before hclgevf_misc_irq_init()
driver inclusion category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/IAP2LZ ---------------------------------------------------------------------- Currently the misc irq is initialized before reset_timer setup. But it will access the reset_timer in the irq handler. So initialize the reset_timer earlier. Fixes: ff200099 ("net: hns3: remove unnecessary work in hclgevf_main") Signed-off-by:Jian Shen <shenjian15@huawei.com> Signed-off-by:
Xinghai Cen <cenxinghai@h-partners.com>