[PATCH v2 03/10] pinctrl: cherryview: Switch to use DEFINE_NOIRQ_DEV_PM_OPS() helper
Paul Cercueil
paul at crapouillou.net
Mon Jul 17 12:28:46 PDT 2023
Le lundi 17 juillet 2023 à 22:27 +0300, Andy Shevchenko a écrit :
> On Mon, Jul 17, 2023 at 10:22 PM Paul Cercueil <paul at crapouillou.net>
> wrote:
> > Le lundi 17 juillet 2023 à 20:28 +0300, Andy Shevchenko a écrit :
>
> ...
>
> > > +static DEFINE_NOIRQ_DEV_PM_OPS(chv_pinctrl_pm_ops,
> > > chv_pinctrl_suspend_noirq, chv_pinctrl_resume_noirq);
> >
> > That's over 100 characters, please break this line.
>
> If it's a problem, I prefer to shorten the names of the callbacks.
> Would it work for you?
>
That works.
-Paul
More information about the Linux-mediatek
mailing list