Hello,

this one's causing me compilation trouble troubles when CONFIG_DMA_ENGINE is
not defined.

On Wed, Jun 22, 2011 at 2:38 AM, Per Forlin <per.for...@linaro.org> wrote:

>
> @@ -2077,6 +2155,7 @@ static int __init omap_hsmmc_probe(struct
> platform_device *pdev)
>        host->mapbase   = res->start;
>        host->base      = ioremap(host->mapbase, SZ_4K);
>        host->power_mode = MMC_POWER_OFF;
> +       host->next_data.cookie = 1;
>
>        platform_set_drvdata(pdev, host);
>        INIT_WORK(&host->mmc_carddetect_work, omap_hsmmc_detect);
> --
> 1.7.4.1
>
>
>
Maybe we can wrap it in a function as the others.

regards,
Nikolay Nikolaev
_______________________________________________
linaro-dev mailing list
linaro-dev@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-dev

Reply via email to