> -----Original Message-----
> From: Shevchenko, Andriy <[email protected]>
> Sent: Wednesday, June 17, 2020 12:44 AM
> To: Wan Mohamad, Wan Ahmad Zainie
> <[email protected]>
> Cc: [email protected]; [email protected]; [email protected]; linux-
> [email protected]; [email protected]; Hunter, Adrian
> <[email protected]>
> Subject: Re: [PATCH v5 2/2] phy: intel: Add Keem Bay eMMC PHY support
> 
> On Tue, Jun 16, 2020 at 10:38:18PM +0800, Wan Ahmad Zainie wrote:
> > Add support for eMMC PHY on Intel Keem Bay SoC.
> 
> ...
> 
> > +   ret = regmap_read_poll_timeout(priv->syscfg, PHY_STAT,
> > +                                  dllrdy, IS_DLLRDY(dllrdy),
> > +                                  0, 50 * USEC_PER_MSEC);
> > +   if (ret) {
> > +           dev_err(&phy->dev, "dllrdy failed, ret=%d\n", ret);
> 
> > +           return ret;
> > +   }
> > +
> > +   return ret;
> 
> return ret;
> 
> (Since it's only one minor issue, it's up to maintainers to decide if new
> version is needed)

This was addressed in v4, together with another 2 changes.
I was careless when modifying Kconfig in my older working branch.

I resend v5.

> 
> --
> With Best Regards,
> Andy Shevchenko
> 

Reply via email to