[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <5383f9ba-0659-4642-9e58-0e33a2df6b53@sirena.org.uk>
Date: Thu, 15 Jun 2023 12:06:00 +0100
From: Mark Brown <broonie@...nel.org>
To: Neil Armstrong <neil.armstrong@...aro.org>
Cc: Andy Gross <agross@...nel.org>,
Bjorn Andersson <andersson@...nel.org>,
Konrad Dybcio <konrad.dybcio@...aro.org>,
Vinod Koul <vkoul@...nel.org>,
Dan Carpenter <error27@...il.com>,
linux-arm-msm@...r.kernel.org, linux-spi@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] spi: spi-geni-qcom: correctly handle -EPROBE_DEFER from
dma_request_chan()
On Thu, Jun 15, 2023 at 11:23:17AM +0200, Neil Armstrong wrote:
> dev_dbg(mas->dev, "Using GPI DMA mode for SPI\n");
> break;
> - }
> + } else if (ret == -EPROBE_DEFER)
> + goto out_pm;
> /*
> * in case of failure to get gpi dma channel, we can still do the
Both sides of an if statement should have braces if one side does.
Download attachment "signature.asc" of type "application/pgp-signature" (489 bytes)
Powered by blists - more mailing lists