Re: [PATCH 1/1] nvmem: imx-ocotp: fix value check in imx_ocotp_probe()

From: Greg Kroah-Hartman
Date: Thu Jul 27 2023 - 13:24:53 EST


On Fri, Jul 28, 2023 at 01:04:14AM +0800, Yuanjun Gong wrote:
> in imx_ocotp_probe(), check the return value of clk_prepare_enable()
> and return the error code if clk_prepare_enable() returns an
> unexpected value.
>
> Fixes: c33c585f1b3a ("nvmem: imx-ocotp: reset error status on probe")
> Signed-off-by: Yuanjun Gong <ruc_gongyuanjun@xxxxxxx>

Why isn't this also properly tagged to go to the stable kernel releases?

I need to write a bot to catch these things...

thanks,

greg k-h