On Fri, Jul 1, 2011 at 4:53 AM, Kevin Hilman <khilman@xxxxxx> wrote: > Balaji T K <balajitk@xxxxxx> 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-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html