Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f0778b70 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: ssr: Correct setting the subsystem crash status"

parents dff9e6d0 22c343a2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -870,7 +870,7 @@ EXPORT_SYMBOL(subsystem_crashed);

void subsys_set_crash_status(struct subsys_device *dev, bool crashed)
{
	dev->crashed = true;
	dev->crashed = crashed;
}

bool subsys_get_crash_status(struct subsys_device *dev)