Re: [PATCH v6 2/2] mmc: host: s3cmci: allow probing from device tree

From: Ulf Hansson
Date: Mon Apr 10 2017 - 09:53:22 EST


On 1 April 2017 at 01:50, Sergio Prado <sergio.prado@xxxxxxxxxxxxxx> wrote:
> Allows configuring Samsung S3C24XX MMC/SD/SDIO controller using a device
> tree.
>
> Signed-off-by: Sergio Prado <sergio.prado@xxxxxxxxxxxxxx>

Thanks, applied for next - however, by amending the change with the
fix from Arnd. See more below.

[...]

> +
> + if (pdata->wprotect_invert);

The above semicolon is removed to fix the expression.

> + mmc->caps2 |= MMC_CAP2_RO_ACTIVE_HIGH;
> +

[...]

Kind regards
Uffe