On Thu, Mar 17, 2022 at 06:46:20PM +0100, Miquel Raynal wrote: > Before adding more platform data information, let's turn the quirks > information as being a member of a wider structure. More fields will be > added later. ... > +struct dw8250_platform_data { > + unsigned long quirks; unsigned int would be better since it won't change the sizeof() depending on the hardware / compilation options. > +}; -- With Best Regards, Andy Shevchenko