Re: [PATCH] ntb: amd: Use named initializer for pci_device_id::driver_data

From: Dave Jiang

Date: Wed Jun 10 2026 - 13:46:47 EST




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) <u.kleine-koenig@xxxxxxxxxxxx>
>
> who would be the one responsible to pick up this patch?

Jon should for 7.2 merge window opening next week.


>
> Best regards
> Uwe