File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -923,7 +923,7 @@ static int mtk_pcie_en7581_power_up(struct mtk_gen3_pcie *pcie)
923
923
reset_control_assert (pcie -> mac_reset );
924
924
925
925
/* Wait for the time needed to complete the reset lines assert. */
926
- mdelay (PCIE_EN7581_RESET_TIME_MS );
926
+ msleep (PCIE_EN7581_RESET_TIME_MS );
927
927
928
928
/*
929
929
* Unlike the other MediaTek Gen3 controllers, the Airoha EN7581
@@ -951,7 +951,7 @@ static int mtk_pcie_en7581_power_up(struct mtk_gen3_pcie *pcie)
951
951
* Wait for the time needed to complete the bulk de-assert above.
952
952
* This time is specific for EN7581 SoC.
953
953
*/
954
- mdelay (PCIE_EN7581_RESET_TIME_MS );
954
+ msleep (PCIE_EN7581_RESET_TIME_MS );
955
955
956
956
pm_runtime_enable (dev );
957
957
pm_runtime_get_sync (dev );
You can’t perform that action at this time.
0 commit comments