Re: [PATCH net-next 1/4] PCI/VPD: Remove Chelsio T3 quirk

2021-02-05 Thread Heiner Kallweit
On 05.02.2021 13:42, Raju Rangoju wrote: > On Tuesday, February 02/02/21, 2021 at 21:35:55 +0100, Heiner Kallweit wrote: >> cxgb3 driver doesn't use the PCI core code for VPD access, it has its own >> implementation. Therefore we don't need a quirk for it in the core code. >> >> Signed-off-by: Hein

Re: [PATCH net-next 1/4] PCI/VPD: Remove Chelsio T3 quirk

2021-02-05 Thread Raju Rangoju
On Tuesday, February 02/02/21, 2021 at 21:35:55 +0100, Heiner Kallweit wrote: > cxgb3 driver doesn't use the PCI core code for VPD access, it has its own > implementation. Therefore we don't need a quirk for it in the core code. > > Signed-off-by: Heiner Kallweit > --- > drivers/pci/vpd.c | 13 +

Re: [PATCH net-next 1/4] PCI/VPD: Remove Chelsio T3 quirk

2021-02-03 Thread Heiner Kallweit
On 04.02.2021 03:30, Jakub Kicinski wrote: > On Tue, 2 Feb 2021 21:35:55 +0100 Heiner Kallweit wrote: >> cxgb3 driver doesn't use the PCI core code for VPD access, it has its own >> implementation. Therefore we don't need a quirk for it in the core code. >> >> Signed-off-by: Heiner Kallweit > > W

Re: [PATCH net-next 1/4] PCI/VPD: Remove Chelsio T3 quirk

2021-02-03 Thread Jakub Kicinski
On Tue, 2 Feb 2021 21:35:55 +0100 Heiner Kallweit wrote: > cxgb3 driver doesn't use the PCI core code for VPD access, it has its own > implementation. Therefore we don't need a quirk for it in the core code. > > Signed-off-by: Heiner Kallweit Would this not affect the size of the file under sysf

[PATCH net-next 1/4] PCI/VPD: Remove Chelsio T3 quirk

2021-02-02 Thread Heiner Kallweit
cxgb3 driver doesn't use the PCI core code for VPD access, it has its own implementation. Therefore we don't need a quirk for it in the core code. Signed-off-by: Heiner Kallweit --- drivers/pci/vpd.c | 13 - 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/drivers/pci/vp