On Mon, Jun 08, 2020 at 01:37:25PM +0300, Wan Mohamad, Wan Ahmad Zainie wrote: > > -----Original Message----- > > From: Shevchenko, Andriy <andriy.shevchenko@xxxxxxxxx> > > On Mon, Jun 08, 2020 at 04:15:01PM +0800, Wan Ahmad Zainie wrote: ... > > > +return PTR_ERR(priv->emmcclk); > > > +} > > > + > > > +return 0; > > > > return PTR_ERR_OR_ZERO(...); > > To clarify, I should replace the block above with, > return PTR_ERR_OR_ZERO(priv->emmcclk); I left the context. -- With Best Regards, Andy Shevchenko