aboutsummaryrefslogtreecommitdiff
path: root/src/device/xhci.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/device/xhci.c')
-rw-r--r--src/device/xhci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/xhci.c b/src/device/xhci.c
index d4caceffaa..4523b56adc 100644
--- a/src/device/xhci.c
+++ b/src/device/xhci.c
@@ -36,7 +36,7 @@ enum cb_err xhci_for_each_ext_cap(const struct device *device, void *context,
}
if (!(res->flags & IORESOURCE_ASSIGNED)) {
- printk(BIOS_ERR, "%s: BAR is is not assigned\n", __func__);
+ printk(BIOS_ERR, "%s: BAR is not assigned\n", __func__);
return CB_ERR;
}