|
From: Uwe Kleine-K. (T. C. H. <u.k...@ba...> - 2026-06-09 16:18:22
|
On Tue, Jun 09, 2026 at 06:01:08PM +0200, Uwe Kleine-König (The Capable Hub) wrote: > Some pci_device_id arrays already used the PCI_DEVICE macros, others > used named initializers or list initializers. Unify all to use the > PCI_DEVICE macros and (if applicable) a named initializer for > .driver_data. Also drop all zeros that the compiler can care for and > unify indention and spacing. > > Signed-off-by: Uwe Kleine-König (The Capable Hub) <u.k...@ba...> > --- > Hello, > > Changes since (implicit) v1, sent with > Message-Id: 202...@ba...: > > - Also adapt include/media/drv-intf/saa7146.h > - Fix code-styling as pointed out by the Media CI robot > (instead of keeping the style as it was) Actually I failed for the code-styling fixes that I just found uncommitted in my work tree 🙄. So I guess that's the template for a v3 🤣. (Or I fix it when I touch these files for the continuation for my quest as I suggested in the v1 thread already. It's now in my tree so it will be really hard for me to mess this up again no matter if you pick up this v2 with or without fixing that up.) Best regards Uwe |