[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <173747193673.38422.16913567747416591096.b4-ty@kernel.org>
Date: Tue, 21 Jan 2025 15:05:36 +0000
From: Mark Brown <broonie@...nel.org>
To: Purushothama Siddaiah <psiddaiah@...sta.com>,
Corey Minyard <cminyard@...sta.com>, Lars Pedersen <lapeddk@...il.com>,
Mark Brown <broonie@...nel.org>
Cc: linux-spi@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] spi: omap2-mcspi: Correctly handle
devm_clk_get_optional() errors
On Fri, 17 Jan 2025 16:16:03 +0000, Mark Brown wrote:
> devm_clk_get_optional() returns NULL for missing clocks and a PTR_ERR()
> if there is a clock but we fail to get it, but currently we only handle
> the latter case and do so as though the clock was missing. If we get an
> error back we should handle that as an error since the clock exists but
> we failed to get it, if we get NULL then the clock doesn't exist and we
> should handle that.
>
> [...]
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next
Thanks!
[1/1] spi: omap2-mcspi: Correctly handle devm_clk_get_optional() errors
commit: a07eb4f67ed085f32002a1af2b6073546d67de3f
All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.
You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.
If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.
Please add any relevant lists and maintainers to the CCs when replying
to this mail.
Thanks,
Mark
Powered by blists - more mailing lists