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?