Hi Mark, > -----Original Message----- > From: Mark Brown [mailto:broonie@xxxxxxxxxx] > Sent: Thursday, October 16, 2014 3:30 PM > To: Yang, Wenyou > Cc: linux-spi@xxxxxxxxxxxxxxx; linux-kernel@xxxxxxxxxxxxxxx; Ferre, Nicolas; linux- > arm-kernel@xxxxxxxxxxxxxxxxxxx > Subject: Re: [PATCH] spi/atmel: add support for runtime PM > > On Thu, Oct 16, 2014 at 09:49:20AM +0800, Wenyou Yang wrote: > > > +static int atmel_spi_runtime_resume(struct device *dev) { > > + struct spi_master *master = dev_get_drvdata(dev); > > + struct atmel_spi *as = spi_master_get_devdata(master); > > + > > + pinctrl_pm_select_default_state(dev); > > + clk_prepare_enable(as->clk); > > + > > This looks mostly good but you should check the return value of > clk_prepare_enable() - it can fail. Thanks a lot, I will add it. Best Regards, Wenyou Yang -- To unsubscribe from this list: send the line "unsubscribe linux-spi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html