Re: [PATCH 1/2] scsi: ufs: core: convert to dev_err_probe() in hba_init

From: Brian Masney
Date: Wed Aug 09 2023 - 14:57:26 EST


On Tue, Aug 08, 2023 at 04:29:29PM -0400, Hugo Villeneuve wrote:
> On Tue, 8 Aug 2023 10:26:49 -0400
> Brian Masney <bmasney@xxxxxxxxxx> wrote:
>
> > Convert ufshcd_variant_hba_init() over to use dev_err_probe() to avoid
> > log messages like the following on bootup:
> >
> > ufshcd-qcom 1d84000.ufs: ufshcd_variant_hba_init: variant qcom init
> > failed err -517
> >
> > While changes are being made here, let's go ahead and clean up the rest
> > of that function.
>
> Hi,
> you should not combine code cleanup and fixes/improvements in the same
> patch, split them.

This is a pretty simple patch as is, and split up the code clean up is
not very useful on its own. I'll just skip doing the code cleanup and
only post the dev_err_probe() change in v2.

Brian