Re: [PATCH v2 2/8] PCI: brcmstb: Write to internal register to change link cap

From: Florian Fainelli
Date: Thu Feb 20 2025 - 12:29:34 EST




On 2/14/2025 9:39 AM, Jim Quinlan wrote:
The driver was mistakenly writing to a RO config-space register
(PCI_EXP_LNKCAP). Although harmless in this case, the proper destination
is an internal RW register that is reflected by PCI_EXP_LNKCAP.

Fixes: c0452137034bda8f686dd9a2e167949bfffd6776 ("PCI: brcmstb: Add Broadcom STB PCIe host controller driver")

Likewise this needs to be shortened to 12 digits, with that fixed:

Reviewed-by: Florian Fainelli <florian.fainelli@xxxxxxxxxxxx>
--
Florian