+32
−17
Loading
driver inclusion category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I9CB6L CVE: NA ---------------------------------------------------------------------- When FLR is reset, the current driver first masks the error bits and then waits for the error reset to complete. However, when the error is recovered, the error bits will be enabled again, resulting in invalid mask. Now it is modified to detect that there is no error after mask error bits, and then do FLR. Signed-off-by:Weili Qian <qianweili@huawei.com> Signed-off-by:
JiangShui Yang <yangjiangshui@h-partners.com>