diff options
Diffstat (limited to 'src/device')
-rw-r--r-- | src/device/xhci.c | 2 |
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; } |