Re: [PATCH 1/2] mtip32xx: use PCI #defines instead of numbers
From: Chaitanya Kulkarni <hidden>
Date: 2021-01-27 03:52:12
Also in:
lkml
From: Chaitanya Kulkarni <hidden>
Date: 2021-01-27 03:52:12
Also in:
lkml
On 1/26/21 14:14, Bjorn Helgaas wrote:
From: Bjorn Helgaas <bhelgaas@google.com> Use PCI #defines for PCIe Device Control register values instead of hard-coding bit positions. No functional change intended. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
I've verified the values present in the include/uapi/linux/pci_regs.h matches open coded bit shift values. LGTM. Reviewed-by: Chaitanya Kulkarni <redacted>