[PATCH] ARM: OMAP: hsmmc: add max_freq field
T Krishnamoorthy, Balaji
balajitk at ti.com
Fri Dec 23 10:40:26 EST 2011
On Wed, Dec 14, 2011 at 6:52 PM, Daniel Mack <zonque at gmail.com> wrote:
> diff --git a/drivers/mmc/host/omap_hsmmc.c b/drivers/mmc/host/omap_hsmmc.c
> index 101cd31..8215ef9 100644
> --- a/drivers/mmc/host/omap_hsmmc.c
> +++ b/drivers/mmc/host/omap_hsmmc.c
> @@ -1927,8 +1927,12 @@ static int __init omap_hsmmc_probe(struct platform_device *pdev)
> if (mmc_slot(host).vcc_aux_disable_is_sleep)
> mmc_slot(host).no_off = 1;
>
> - mmc->f_min = OMAP_MMC_MIN_CLOCK;
> - mmc->f_max = OMAP_MMC_MAX_CLOCK;
> + mmc->f_min = OMAP_MMC_MIN_CLOCK;
Stray change for f_min ?
More information about the linux-arm-kernel
mailing list