]> git.itanic.dy.fi Git - linux-stable/commit
bcma: Use PCI_HEADER_TYPE_MASK instead of literal
authorIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Fri, 24 Nov 2023 09:09:18 +0000 (11:09 +0200)
committerKalle Valo <kvalo@kernel.org>
Thu, 30 Nov 2023 19:21:28 +0000 (21:21 +0200)
commitac586b8401c911df24019532a28b69a4257e53d5
tree25968c9d781e85c535d763d7cda82bdb701c9e01
parent18814f723f92826d83fef40e19fc8cb130367868
bcma: Use PCI_HEADER_TYPE_MASK instead of literal

Replace literal 0x7f with PCI_HEADER_TYPE_MASK.

Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20231124090919.23687-6-ilpo.jarvinen@linux.intel.com
drivers/bcma/driver_pci_host.c