On 11/15/2011 2:06 PM, Viresh KUMAR wrote: > +#ifdef CONFIG_PM > +static int sdhci_suspend(struct device *dev) > +{ > + struct sdhci_host *host = dev_get_drvdata(dev); > + pm_message_t state = {.event = 0}; > + > + return sdhci_suspend_host(host, state); Chris, Please discard this patch, i need to take care of clk too in suspend/resume. Will fix it and resend it. -- viresh -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html