Re: [PATCH] ARM: BCM63xx: remove useless goto statement

From: Florian Fainelli
Date: Mon Dec 12 2022 - 17:57:07 EST


On Tue, 6 Dec 2022 18:09:13 +0100, Dario Binacchi <dario.binacchi@xxxxxxxxxxxxxxxxxxxx> wrote:
> Between the 'goto out' statement and the 'out' label there are no other
> statements, so it is useless to check the return value of the
> bcm63xx_pmb_power_on_cpu() function. Then, let's remove the statements
> that are unnecessarily executed.
>
> Signed-off-by: Dario Binacchi <dario.binacchi@xxxxxxxxxxxxxxxxxxxx>
>
> ---

Applied to https://github.com/Broadcom/stblinux/commits/soc/next, thanks!
--
Florian