Revert "power: reset: brcmstb: Do not go into infinite loop if reset fails"
This reverts commit 4d65ccd386
.
This commit is contained in:
parent
ba7522fbae
commit
9d06d028fc
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue