dell_flash_unlock: Set iopl level back to 0 when done
Signed-off-by: Nicholas Chin <nic.c3.14@gmail.com>audit2-merge1
parent
3a5054c7f7
commit
dcbd13425e
|
@ -96,6 +96,7 @@ main(int argc, char *argv[])
|
||||||
"You can now shutdown the system.\n");
|
"You can now shutdown the system.\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
sys_iopl(0);
|
||||||
return errno;
|
return errno;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue