Loading drivers/parisc/power.c +1 −2 Original line number Diff line number Diff line Loading @@ -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(); } } } Loading Loading
drivers/parisc/power.c +1 −2 Original line number Diff line number Diff line Loading @@ -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(); } } } Loading