diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2021-01-16 14:44:07 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-01-18 07:33:25 +0000 |
commit | cb0584ecdbe1c3b1508722b632c9e0178ed7bf52 (patch) | |
tree | fb84b1d565e0de78d334372d806013c0d77c3c48 /src/device | |
parent | 0ce74161ad6d2128b3c14217064064268d3817b5 (diff) |
device/xhci.c: Remove repeated word
Change-Id: Ia1648bd7ba4858268ca5f1a5c7b42b7de717d3d6
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/49513
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Jacob Garber <jgarber1@ualberta.ca>
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; } |