Fix a typo in i8042 `is_present_cmdline`
This commit is contained in:
parent
1c4fa5b303
commit
bd72728e04
|
|
@ -175,7 +175,7 @@ impl I8042Controller {
|
|||
|
||||
/// Checks if the kernel command line contains the "i8042.exist" option.
|
||||
fn is_present_cmdline() -> bool {
|
||||
!KCMDLINE
|
||||
KCMDLINE
|
||||
.get()
|
||||
.unwrap()
|
||||
.get_module_args("i8042")
|
||||
|
|
|
|||
Loading…
Reference in New Issue