Re: [PATCH AUTOSEL 5.9 131/147] soc: imx: gpcv2: Use dev_err_probe() to simplify error handling

From: Fabio Estevam
Date: Mon Oct 26 2020 - 19:59:55 EST


Hi Sasha,

On Mon, Oct 26, 2020 at 8:56 PM Sasha Levin <sashal@xxxxxxxxxx> wrote:
>
> From: Anson Huang <Anson.Huang@xxxxxxx>
>
> [ Upstream commit b663b798d04fb73f1ad4d54c46582d2fde7a76d6 ]
>
> dev_err_probe() can reduce code size, uniform error handling and record the
> defer probe reason etc., use it to simplify the code.
>
> Signed-off-by: Anson Huang <Anson.Huang@xxxxxxx>
> Reviewed-by: Guido Günther <agx@xxxxxxxxxxx>
> Signed-off-by: Shawn Guo <shawnguo@xxxxxxxxxx>
> Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

Does this qualify for stable since it is just a cleanup and not a bug fix?