Re: [PATCH net-next 6/6] net: dsa: microchip: add dev_err_probe in probe functions

From: Rakesh.Sankaranarayanan
Date: Thu Nov 03 2022 - 04:55:34 EST


On Wed, 2022-11-02 at 20:50 -0700, Jakub Kicinski wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you
> know the content is safe
>
> On Wed, 2 Nov 2022 09:40:58 +0530 Rakesh Sankaranarayanan wrote:
> > +                     return dev_err_probe(&mdiodev->dev,
> > +                                          PTR_ERR(dev->regmap[i])
> > +                                          "Failed to initialize
> > regmap%i\n",
> > +                                         
> > ksz8863_regmap_config[i].val_bits);
> >               }
>
> Does not build.

Hi Jakub,

Really sorry that, this file skipped during my build due to config
issues on buildroot, and my build didn't reported the error. Realised
this error after submission and getting status on patchwork.

I understood the mistake and will make resolution in v2 version of
series.

Thanks,
Rakesh S