dell_flash_unlock: Set iopl level back to 0 when done

Signed-off-by: Nicholas Chin <nic.c3.14@gmail.com>
audit6-merge1
Nicholas Chin 2024-05-01 20:10:43 -06:00
parent 355dffb708
commit 61dbaf9463
No known key found for this signature in database
GPG Key ID: 2D0EB28C84678DAA
1 changed files with 1 additions and 0 deletions

View File

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