Loading drivers/soc/qcom/subsystem_restart.c +3 −2 Original line number Diff line number Diff line Loading @@ -1063,8 +1063,9 @@ int subsystem_restart_dev(struct subsys_device *dev) pr_info("Restart sequence requested for %s, restart_level = %s.\n", name, restart_levels[dev->restart_level]); if (WARN(disable_restart_work == DISABLE_SSR, "subsys-restart: Ignoring restart request for %s.\n", name)) { if (disable_restart_work == DISABLE_SSR) { pr_warn("subsys-restart: Ignoring restart request for %s\n", name); return 0; } Loading Loading
drivers/soc/qcom/subsystem_restart.c +3 −2 Original line number Diff line number Diff line Loading @@ -1063,8 +1063,9 @@ int subsystem_restart_dev(struct subsys_device *dev) pr_info("Restart sequence requested for %s, restart_level = %s.\n", name, restart_levels[dev->restart_level]); if (WARN(disable_restart_work == DISABLE_SSR, "subsys-restart: Ignoring restart request for %s.\n", name)) { if (disable_restart_work == DISABLE_SSR) { pr_warn("subsys-restart: Ignoring restart request for %s\n", name); return 0; } Loading