PCI: Use FIELD_GET() in Sapphire RX 5600 XT Pulse quirk
authorBjorn Helgaas <bhelgaas@google.com>
Tue, 10 Oct 2023 20:44:28 +0000 (15:44 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 24 Oct 2023 15:54:04 +0000 (10:54 -0500)
commit04e82fa5951ca66495d7b05665eff673aa3852b4
tree3e1f252bd86a98a98bd438a106dfad773bc16132
parente0f0a16f5ff3670f2b26f0ef4b8fd5c55ebefd81
PCI: Use FIELD_GET() in Sapphire RX 5600 XT Pulse quirk

Use FIELD_GET() to remove dependences on the field position, i.e., the
shift value.  No functional change intended.

Separate because this isn't as trivial as the other FIELD_GET() changes.

See 907830b0fc9e ("PCI: Add a REBAR size quirk for Sapphire RX 5600 XT
Pulse")

Link: https://lore.kernel.org/r/20231010204436.1000644-3-helgaas@kernel.org
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Reviewed-by: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com>
Cc: Nirmoy Das <nirmoy.das@amd.com>
drivers/pci/pci.c