PCI/VPD: Remove pci_vpd_find_tag() SRDT handling
authorHeiner Kallweit <hkallweit1@gmail.com>
Thu, 1 Apr 2021 16:44:15 +0000 (18:44 +0200)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 30 Apr 2021 19:38:32 +0000 (14:38 -0500)
commit0a08bc07610e172972985d6322fd671cff76c928
tree8b2a6932b51288561d0423791c816f5126fff505
parent4cf0abbce69bde3d07757dfa9be6420407fdbc45
PCI/VPD: Remove pci_vpd_find_tag() SRDT handling

Only SRDT tag is the end tag, and no caller is interested in it.  This
allows to remove all SRDT tag handling.

Link: https://lore.kernel.org/r/3f63f06f-734f-8fff-9518-27fe1faf903d@gmail.com
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/vpd.c