1
0
Fork 0

Staging: hv: util: Forcefully shutdown when shutdown is requested

When the host requests a "shutdown", make sure we shutdown!

Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
wifi-calibration
K. Y. Srinivasan 2011-08-27 11:31:30 -07:00 committed by Greg Kroah-Hartman
parent 70691ec666
commit ae2a0b42bf
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ static void shutdown_onchannelcallback(void *context)
}
if (execute_shutdown == true)
orderly_poweroff(false);
orderly_poweroff(true);
}
/*