]> git.itanic.dy.fi Git - linux-stable/commit
x86/pci: Use PCI_HEADER_TYPE_* instead of literals
authorIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Fri, 24 Nov 2023 09:09:13 +0000 (11:09 +0200)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 1 Dec 2023 21:00:43 +0000 (15:00 -0600)
commit197e0da1f1a3445b9b266f83d5d037b4709dae2e
tree0d5632804cdf6fece6a757d8b376ba4f7b362340
parente585a37e5061f6d5060517aed1ca4ccb2e56a34c
x86/pci: Use PCI_HEADER_TYPE_* instead of literals

Replace 0x7f and 0x80 literals with PCI_HEADER_TYPE_* defines.

Link: https://lore.kernel.org/r/20231124090919.23687-1-ilpo.jarvinen@linux.intel.com
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
arch/x86/kernel/aperture_64.c
arch/x86/kernel/early-quirks.c