[PATCH] PCI: brcmstb: Fix use of incorrect constant
Manivannan Sadhasivam
mani at kernel.org
Sun Oct 19 23:48:51 PDT 2025
On Fri, 03 Oct 2025 13:04:36 -0400, Jim Quinlan wrote:
> The driver was using the PCIE_LINK_STATE_L1 constant as a field mask for
> setting the private PCI_EXP_LNKCAP register, but this constant is
> Linux-created and has nothing to do with the PCIe spec. Serendipitously,
> the value of this constant was correct for its usage until after 6.1, when
> its value changed from BIT(1) to BIT(2);
>
> In addition, the driver was assuming that the HW is ASPM L1 capable when it
> should not be telling the HW what it is capable of.
>
> [...]
Applied, thanks!
[1/1] PCI: brcmstb: Fix use of incorrect constant
commit: ad6014f77f6b66e862a912b5aa4571d00ab30405
Best regards,
--
Manivannan Sadhasivam <mani at kernel.org>
More information about the linux-arm-kernel
mailing list