Re: [PATCH v2 2/6] stmmac: pci: Use stmmac_pci_info for all devices
From: Andy Shevchenko <hidden>
Date: 2017-05-27 13:16:46
Also in:
lkml
From: Andy Shevchenko <hidden>
Date: 2017-05-27 13:16:46
Also in:
lkml
On Sat, May 27, 2017 at 4:13 PM, Andy Shevchenko [off-list ref] wrote:
On Fri, May 26, 2017 at 7:07 PM, Jan Kiszka [off-list ref] wrote:quoted
Make stmmac_default_data compatible with stmmac_pci_info.setup and use an info structure for all devices. This allows to make the probing more regular.
Or converting defines first to PCI_DEVICE_ID_*
It looks even for previously mentioned approach we need to rename constants first.
and
#define STMMAC_DEVICE(_vid, _did, info) { \
PCI_DEVICE(PCI_VENDOR_ID_##_vid, PCI_DEVICE_ID_##_did),
\
which I like even better.
Or even
#define STMMAC_DEVICE(_vid, _did, info) { \
PCI_VDEVICE(_vid, PCI_DEVICE_ID_##_did), \
--
With Best Regards,
Andy Shevchenko