diff options
| author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-11-07 15:40:02 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-11-07 15:40:02 -0800 |
| commit | b1281c202f4096a19a0477d654ddb6b9c48b95a3 (patch) | |
| tree | 9bdc6bea8298f76f160059a0efb33af0edfa1cf0 /include/linux | |
| parent | 5662b995d5a5ddc57c410e64a66defb532a93f1b (diff) | |
| parent | 63d7fc8afd7b7fd97db552cc6c145c930b9eea32 (diff) | |
Merge "mmc: core: Return error if fallback to lower speed mode fails"
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mmc/core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mmc/core.h b/include/linux/mmc/core.h index 08b3b8348fd7..862d8d1bae8f 100644 --- a/include/linux/mmc/core.h +++ b/include/linux/mmc/core.h @@ -224,7 +224,7 @@ extern void mmc_cmdq_clk_scaling_start_busy(struct mmc_host *host, bool lock_needed); extern void mmc_cmdq_clk_scaling_stop_busy(struct mmc_host *host, bool lock_needed, bool is_cmdq_dcmd); -extern void mmc_recovery_fallback_lower_speed(struct mmc_host *host); +extern int mmc_recovery_fallback_lower_speed(struct mmc_host *host); /** * mmc_claim_host - exclusively claim a host |
