Re: [PATCH v1 1/4] backlight: hx8357: Make use of device properties

From: Andy Shevchenko
Date: Sun Jan 28 2024 - 09:38:19 EST


On Wed, Jan 24, 2024 at 05:19:53PM +0000, Daniel Thompson wrote:
> On Sun, Jan 14, 2024 at 05:25:08PM +0200, Andy Shevchenko wrote:

..

> > +typedef int (*hx8357_init)(struct lcd_device *);

> > + hx8357_init init;
>
> As somewhere else in this thread, I'd find this a lot more readable
> as:
> hx8357_init_fn init_fn;

I agree with you, dunno why I haven't added _fn in the first place...

--
With Best Regards,
Andy Shevchenko