Re: [PATCH] ntb: amd: Use named initializer for pci_device_id::driver_data
Dave Jiang <[email protected]> Wed, 10 Jun 2026 10:45:01 -0700
| Newsgroups | dev.linux.lists.ntb,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On 6/10/26 10:02 AM, Uwe Kleine-König (The Capable Hub) wrote: > Hello, > > On Thu, May 07, 2026 at 09:41:01AM +0200, Uwe Kleine-König (The Capable Hub) wrote: >> The current list initialisation depends on the well hidden two zeros in >> the PCI_VDEVICE macro. Instead use a named initialisation that is more >> robust and easier to understand. >> >> Signed-off-by: Uwe Kleine-König (The Capable Hub) <[email protected]> > > who would be the one responsible to pick up this patch? Jon should for 7.2 merge window opening next week. > > Best regards > Uwe