diff options
Diffstat (limited to 'drivers/mmc/host/sdhci.c')
| -rw-r--r-- | drivers/mmc/host/sdhci.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/sdhci.c b/drivers/mmc/host/sdhci.c index a0853d03b33..8f61f8d6e0c 100644 --- a/drivers/mmc/host/sdhci.c +++ b/drivers/mmc/host/sdhci.c @@ -2914,7 +2914,7 @@ int sdhci_add_host(struct sdhci_host *host)  			mmc->caps |= MMC_CAP_MAX_CURRENT_600;  		else if (max_current_180 >= 400)  			mmc->caps |= MMC_CAP_MAX_CURRENT_400; -		else +		else if (max_current_180 >= 200)  			mmc->caps |= MMC_CAP_MAX_CURRENT_200;  	}  |