All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pratyush Yadav <p.yadav@ti.com>
To: u-boot@lists.denx.de
Subject: [PATCH 1/2] spi: nxp_fspi: Fix error reporting
Date: Tue, 19 Jan 2021 17:42:11 +0530	[thread overview]
Message-ID: <20210119121209.dev4t2ci55lu2d5c@ti.com> (raw)
In-Reply-To: <20210118213250.727994-1-aford173@gmail.com>

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@gmail.com>

Reviewed-by: Pratyush Yadav <p.yadav@ti.com>

-- 
Regards,
Pratyush Yadav
Texas Instruments India

  parent reply	other threads:[~2021-01-19 12:12 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-18 21:32 [PATCH 1/2] spi: nxp_fspi: Fix error reporting Adam Ford
2021-01-18 21:32 ` [PATCH 2/2] spi: nxp_fspi: Enable support for nxp,imx8mm-fspi Adam Ford
2021-01-23 15:50   ` sbabic at denx.de
2021-01-19 12:12 ` Pratyush Yadav [this message]
2021-02-23 12:59   ` [PATCH 1/2] spi: nxp_fspi: Fix error reporting Adam Ford
2021-02-26  9:41     ` Jagan Teki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210119121209.dev4t2ci55lu2d5c@ti.com \
    --to=p.yadav@ti.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.