Commit cf8c39b0 authored by Andrew Davis's avatar Andrew Davis Committed by Sebastian Reichel

power: reset: brcmstb: Do not go into infinite loop if reset fails

There may be other backup reset methods available, do not halt
here so that other reset methods can be tried.
Signed-off-by: default avatarAndrew Davis <afd@ti.com>
Reviewed-by: default avatarDhruva Gole <d-gole@ti.com>
Acked-by: default avatarFlorian Fainelli <florian.fainelli@broadcom.com>
Link: https://lore.kernel.org/r/20240610142836.168603-5-afd@ti.comSigned-off-by: default avatarSebastian Reichel <sebastian.reichel@collabora.com>
parent ad87aee5
......@@ -58,9 +58,6 @@ static int brcmstb_restart_handler(struct sys_off_data *data)
return NOTIFY_DONE;
}
while (1)
;
return NOTIFY_DONE;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment