soc: brcmstb: Fix error path for unsupported CPUs
authorFlorian Fainelli <f.fainelli@gmail.com>
Sun, 7 Apr 2019 21:19:07 +0000 (14:19 -0700)
committerFlorian Fainelli <f.fainelli@gmail.com>
Mon, 20 May 2019 16:27:50 +0000 (09:27 -0700)
commit490cad5a3ad6ef0bfd3168a5063140b982f3b22a
tree8b041f7eba812b51f84bd0a251e934e3c92e5058
parenta188339ca5a396acc588e5851ed7e19f66b0ebd9
soc: brcmstb: Fix error path for unsupported CPUs

In case setup_hifcpubiuctrl_regs() returns an error, because of e.g:
an unsupported CPU type, just catch that error and return instead of
blindly continuing with the initialization. This fixes a NULL pointer
de-reference with the code continuing without having a proper array of
registers to use.

Fixes: 22f7a9116eba ("soc: brcmstb: Correct CPU_CREDIT_REG offset for Brahma-B53 CPUs")
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
drivers/soc/bcm/brcmstb/biuctrl.c