bnx2x: Read VPD with pci_vpd_alloc()
authorHeiner Kallweit <hkallweit1@gmail.com>
Sun, 22 Aug 2021 13:53:23 +0000 (15:53 +0200)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 24 Aug 2021 16:53:48 +0000 (11:53 -0500)
commitdf87589475e73b9e34369a075b6b5375f0daa7d6
tree9ea262ff4c7a19705b1fbed105139b87e9953e26
parent35e7f1be7972be8da9d0a37bd89bcc4b990c6e67
bnx2x: Read VPD with pci_vpd_alloc()

Use pci_vpd_alloc() to dynamically allocate a properly sized buffer and
read the full VPD data into it.

This simplifies the code, and we no longer have to make assumptions about
VPD size.

Link: https://lore.kernel.org/r/821a334d-ff9d-386e-5f42-9b620ab3dbfa@gmail.com
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/net/ethernet/broadcom/bnx2x/bnx2x.h
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c