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

Commit c14b302c authored by Helge Deller's avatar Helge Deller
Browse files

parisc: Directly call machine_power_off() in power button driver

parent 24002d59
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -95,8 +95,7 @@ static void process_shutdown(void)
		/* send kill signal */
		if (kill_cad_pid(SIGINT, 1)) {
			/* just in case killing init process failed */
			if (pm_power_off)
				pm_power_off();
			machine_power_off();
		}
	}
}