We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fed4cef commit 20d01a1Copy full SHA for 20d01a1
drivers/net/wireless/ath/ath11k/mhi.c
@@ -519,7 +519,7 @@ static int ath11k_mhi_set_state(struct ath11k_pci *ab_pci,
519
ret = 0;
520
break;
521
case ATH11K_MHI_POWER_ON:
522
- ret = mhi_async_power_up(ab_pci->mhi_ctrl);
+ ret = mhi_sync_power_up(ab_pci->mhi_ctrl);
523
524
case ATH11K_MHI_POWER_OFF:
525
mhi_power_down(ab_pci->mhi_ctrl, true);
0 commit comments