Revert "soc/qcom: ssr: Do not panic kernel in any case"

This hack sucks, was never necessary and instead just
writing to the subsystem's sysfs node is enough.

This reverts commits 6a16747eb1c3e0c53fd06e710913f14273f831d4 and 011f53380857e4729806931f2a0a4949a9503903.
This commit is contained in:
Adithya R 2022-09-28 15:22:53 +05:30
parent 5cce9fff1f
commit 090619207d

View File

@ -1271,8 +1271,6 @@ int subsystem_restart_dev(struct subsys_device *dev)
return 0;
}
dev->restart_level = RESET_SUBSYS_COUPLED;
switch (dev->restart_level) {
case RESET_SUBSYS_COUPLED: