Re: [PATCH v1] mtd: Consistently define pci_device_ids
From: Miquel Raynal
Date: Wed May 27 2026 - 05:23:06 EST
On Fri, 22 May 2026 19:32:34 +0200, Uwe Kleine-König (The Capable Hub) wrote:
> Initializing a pci_device_id using plain list expressions is hard to
> understand for a human who isn't into the Linux PCI subsystem. So for
> each initializer use one of the PCI_DEVICE macros for .vendor, .device,
> .subvendor and .subdevice and named initializers for the remaining
> assignments. This makes it easier to parse and also more robust against
> chagnes to the struct definition.
>
> [...]
Applied to mtd/next, thanks!
[1/1] mtd: Consistently define pci_device_ids
commit: ad1bcd3469bdb2c5d75c8c29f1944b3ac0f12f92
Patche(s) should be available on mtd/linux.git and will be
part of the next PR (provided that no robot complains by then).
Kind regards,
Miquèl