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>
This commit is contained in:
Elyes HAOUAS 2021-01-16 14:44:07 +01:00 committed by Patrick Georgi
parent 0ce74161ad
commit cb0584ecdb
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}