|
@@ -119,7 +119,7 @@ static void xhci_print_command_reg(struct xhci_hcd *xhci)
|
|
|
xhci_dbg(xhci, " Event Interrupts %s\n",
|
|
|
(temp & CMD_EIE) ? "enabled " : "disabled");
|
|
|
xhci_dbg(xhci, " Host System Error Interrupts %s\n",
|
|
|
- (temp & CMD_EIE) ? "enabled " : "disabled");
|
|
|
+ (temp & CMD_HSEIE) ? "enabled " : "disabled");
|
|
|
xhci_dbg(xhci, " HC has %sfinished light reset\n",
|
|
|
(temp & CMD_LRESET) ? "not " : "");
|
|
|
}
|