Skip to content
Snippets Groups Projects
Commit 0ac786a7 authored by Yang Xingui's avatar Yang Xingui Committed by Yang Yingliang
Browse files

scsi: hisi_sas: queue debugfs dump work before FLR


driver inclusion
category: bugfix
bugzilla: NA
CVE: NA

Debugfs dump should be executed before FLR run for we have to dump some
registers before reset by FLR. So it's wrong to queue debugfs dump work
when running FLR work for these two work queue in same workqueue. It
mean that Debugfs dump work is alway execute after FLR and get data
which is reset.

Signed-off-by: default avatarYang Xingui <yangxingui@huawei.com>
Reviewed-by: default avatarKangfenglong <kangfenglong@huawei.com>
Signed-off-by: default avatarYang Yingliang <yangyingliang@huawei.com>
parent 1b71a635
No related branches found
No related tags found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment