xhcid: always set CIE to match CIC

This commit is contained in:
Jeremy Soller
2024-04-16 11:09:38 -06:00
parent 667a8e42f9
commit 18eab7c0dc
+1 -4
View File
@@ -415,10 +415,7 @@ impl Xhci {
info!("XHCI initialized.");
if self.cap.cic() {
self.op.get_mut().unwrap().set_cie(true);
}
self.op.get_mut().unwrap().set_cie(self.cap.cic());
// Reset ports
{