PCI: Return u8 from pci_find_capability() and similar
authorPuranjay Mohan <puranjay12@gmail.com>
Sun, 29 Nov 2020 16:46:26 +0000 (22:16 +0530)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 4 Dec 2020 21:00:17 +0000 (15:00 -0600)
commitf646c2a0a6685a8a30a150509b112c911b8feff3
tree974d5618fd35266a9102937c4a66474f7f6790db
parent3853f9123c185eb4018f5ccd3cdda5968efb5e10
PCI: Return u8 from pci_find_capability() and similar

PCI Capabilities are linked in a list that must appear in the first 256
bytes of config space.  Each capabilities list pointer is 8 bits.

Change the return type of pci_find_capability() and supporting functions
from int to u8 to match the specification.

[bhelgaas: change other related interfaces, fix HyperTransport typos]
Link: https://lore.kernel.org/r/20201129164626.12887-1-puranjay12@gmail.com
Signed-off-by: Puranjay Mohan <puranjay12@gmail.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/pci.c
include/linux/pci.h