Fix a bunch of warnings

This commit is contained in:
bjorn3
2026-03-11 22:03:35 +01:00
parent 49ef369fed
commit 9795abb0ea
15 changed files with 24 additions and 37 deletions
+1 -1
View File
@@ -249,7 +249,7 @@ impl Ps2 {
warn!("keyboard incorrect result of set command: {command:?} {res:02X}");
return Ok(res);
}
x.write(data);
x.write(data)?;
x.read()
},
)