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:
parent
0ce74161ad
commit
cb0584ecdb
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue