ping, please pick up this trivial patch.

Vladimir Zapolskiy <vzapols...@gmail.com> writes:

> Signed-off-by: Vladimir Zapolskiy <vzapols...@gmail.com>
> Cc: Sascha Hauer <s.ha...@pengutronix.de>
> Cc: Pierre Ossman <pie...@ossman.eu>
> ---
>  drivers/mmc/host/mxcmmc.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/mmc/host/mxcmmc.c b/drivers/mmc/host/mxcmmc.c
> index 60a2b69..faa7b76 100644
> --- a/drivers/mmc/host/mxcmmc.c
> +++ b/drivers/mmc/host/mxcmmc.c
> @@ -708,7 +708,7 @@ static int mxcmci_probe(struct platform_device *pdev)
>       mmc->max_blk_size = 2048;
>       mmc->max_blk_count = 65535;
>       mmc->max_req_size = mmc->max_blk_size * mmc->max_blk_count;
> -     mmc->max_seg_size = mmc->max_seg_size;
> +     mmc->max_seg_size = mmc->max_req_size;
>  
>       host = mmc_priv(mmc);
>       host->base = ioremap(r->start, resource_size(r));
--
To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to