On Tue, Mar 29, 2022 at 05:24:23PM +0200, Miquel Raynal wrote: > Unsigned int is better than unsigned long as its size does not change > between setups and we don't really need this variable to be more than a > few bits wide for now. > > Suggested-by: Suggested-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> One tag is enough :-) Looking into the following patch, I think you may squash this one into it, just add an explanation in the commit message that you reduced variable for quirks. -- With Best Regards, Andy Shevchenko