You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PCI: brcmstb: Write to internal register to change link cap
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: c045213 ("PCI: brcmstb: Add Broadcom STB PCIe host controller driver")
Signed-off-by: Jim Quinlan <james.quinlan@broadcom.com>
Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Reviewed-by: Florian Fainelli <florian.fainelli@broadcom.com>
0 commit comments