[PATCH 1/2] spi: nxp_fspi: Fix error reporting

Adam Ford aford173 at gmail.com
Tue Feb 23 13:59:04 CET 2021


On Tue, Jan 19, 2021 at 6:12 AM Pratyush Yadav <p.yadav at ti.com> wrote:
>
> On 18/01/21 03:32PM, Adam Ford wrote:
> > On the i.MX8M Mini, ret = clk_set_rate() sets ret to the value of the
> > rate the clock was able to set.  When checking for errors, it only
> > checks that it is not NULL.  Since positive numbers are not errors,
> > only check for negative numbers when handling errors.
> >
> > Fixes: 383fded70c4f ("spi: nxp_fspi: new driver for the FlexSPI controller")
> > Signed-off-by: Adam Ford <aford173 at gmail.com>
>
> Reviewed-by: Pratyush Yadav <p.yadav at ti.com>
>
Jagan,

Is this something you can take, or do I need to add someone to the CC
list?  It's been nearly a month, and it's holding up the ability for a
QSPI driver on two boards.

thanks,

adam


> --
> Regards,
> Pratyush Yadav
> Texas Instruments India


More information about the U-Boot mailing list