mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 00:34:20 +08:00
qlcnic: change mdelay to msleep
Signed-off-by: Shahed Shaikh <shahed.shaikh@qlogic.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
460374f78f
commit
a4791254b6
@ -644,7 +644,7 @@ void qlcnic_fw_destroy_ctx(struct qlcnic_adapter *adapter)
|
|||||||
qlcnic_83xx_config_intrpt(adapter, 0);
|
qlcnic_83xx_config_intrpt(adapter, 0);
|
||||||
}
|
}
|
||||||
/* Allow dma queues to drain after context reset */
|
/* Allow dma queues to drain after context reset */
|
||||||
mdelay(20);
|
msleep(20);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user