On Fri, Jul 1, 2011 at 4:53 AM, Kevin Hilman <khil...@ti.com> wrote:
> Balaji T K <balaj...@ti.com> writes:
>
>> +static int omap_hsmmc_runtime_resume(struct device *dev)
>> +{
>> +     struct omap_hsmmc_host *host;
>> +
>> +     host = platform_get_drvdata(to_platform_device(dev));
>> +     omap_hsmmc_context_restore(host);
>> +     dev_dbg(mmc_dev(host->mmc), "host: enabled\n");
>
> Minor: this has a 'host: ' prefix, where as the one in
> .runtime_suspend() does not.

Fixing it in V4

>
>> +
>> +     return 0;
>> +}
>> +
>
> Kevin
>
--
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