Re: [PATCH v5 11/12] PCI: brcmstb: Change field name from 'type' to 'soc_base'
From: Florian Fainelli <florian.fainelli@broadcom.com>
Date: 2024-08-01 16:34:29
Also in:
linux-pci, lkml
From: Florian Fainelli <florian.fainelli@broadcom.com>
Date: 2024-08-01 16:34:29
Also in:
linux-pci, lkml
On 7/31/24 15:28, Jim Quinlan wrote:
The 'type' field used in the driver to discern SoC differences is confusing; change it to the more apt 'soc_base'. The 'base' is because some SoCs have the same characteristics as previous SoCs so it is convenient to classify them in the same group. Signed-off-by: Jim Quinlan <redacted>
Reviewed-by: Florian Fainelli <florian.fainelli@broadcom.com> Personally, I preferred the 'type' name, but I really have no dog in this fight and today's color might as well be blue. -- Florian