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

This reverts commit 4d65ccd386.
This commit is contained in:
Ksawlii 2024-11-24 00:23:06 +01:00
parent ba7522fbae
commit 9d06d028fc

View file

@ -72,6 +72,9 @@ static int brcmstb_restart_handler(struct notifier_block *this,
return NOTIFY_DONE; return NOTIFY_DONE;
} }
while (1)
;
return NOTIFY_DONE; return NOTIFY_DONE;
} }