brcmfmac: increase core revision column aligning core list
Some cores are getting a revision greater that 99 thus messing up the column alignment in the list of cores. So adding a digit for the core revision. Reviewed-by: Hante Meuleman <hante.meuleman@broadcom.com> Reviewed-by: Pieter-Paul Giesberts <pieter-paul.giesberts@broadcom.com> Reviewed-by: Franky Lin <franky.lin@broadcom.com> Signed-off-by: Arend van Spriel <arend.vanspriel@broadcom.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Link: https://lore.kernel.org/r/1627505434-9544-3-git-send-email-arend.vanspriel@broadcom.com
This commit is contained in:
parent
2c4fa29ece
commit
8e73facb9b
@ -529,7 +529,7 @@ static int brcmf_chip_cores_check(struct brcmf_chip_priv *ci)
|
|||||||
int idx = 1;
|
int idx = 1;
|
||||||
|
|
||||||
list_for_each_entry(core, &ci->cores, list) {
|
list_for_each_entry(core, &ci->cores, list) {
|
||||||
brcmf_dbg(INFO, " [%-2d] core 0x%x:%-2d base 0x%08x wrap 0x%08x\n",
|
brcmf_dbg(INFO, " [%-2d] core 0x%x:%-3d base 0x%08x wrap 0x%08x\n",
|
||||||
idx++, core->pub.id, core->pub.rev, core->pub.base,
|
idx++, core->pub.id, core->pub.rev, core->pub.base,
|
||||||
core->wrapbase);
|
core->wrapbase);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user