dell_flash_unlock: Set iopl level back to 0 when done

Signed-off-by: Nicholas Chin <nic.c3.14@gmail.com>
This commit is contained in:
Nicholas Chin
2024-05-01 20:10:43 -06:00
parent 355dffb708
commit 61dbaf9463

View File

@@ -96,6 +96,7 @@ main(int argc, char *argv[])
"You can now shutdown the system.\n");
}
}
sys_iopl(0);
return errno;
}