Re: [PATCH V5 5/9] firmware: imx: scu: use EOPNOTSUPP

From: Shawn Guo
Date: Sun Aug 06 2023 - 23:14:18 EST


On Mon, Aug 07, 2023 at 02:57:17AM +0000, Peng Fan wrote:
> Hi Shawn,
>
> > Subject: Re: [PATCH V5 5/9] firmware: imx: scu: use EOPNOTSUPP
> >
> > On Mon, Jul 31, 2023 at 05:04:45PM +0800, Peng Fan (OSS) wrote:
> > > From: Peng Fan <peng.fan@xxxxxxx>
> > >
> > > EOPNOTSUPP is preferred than ENOTSUPP.
> >
> > Could you elaborate why?
>
> From checkpatch.pl:
> "ENOTSUPP is not a SUSV4 error code, prefer EOPNOTSUPP"
> I could add this in commit message if you prefer.

Yes, please.

Shawn