payloads/libpayload: Add spaces around '=='
Change-Id: Ie1da925aceb01c2d21b472bf171000803004578f Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/25856 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Julius Werner <jwerner@chromium.org>
This commit is contained in:
committed by
Patrick Georgi
parent
12f345d671
commit
00877386ee
@@ -351,7 +351,7 @@ static int ehci_bulk (endpoint_t *ep, int size, u8 *src, int finalize)
|
||||
u8 *end = src + size;
|
||||
int remaining = size;
|
||||
int endp = ep->endpoint & 0xf;
|
||||
int pid = (ep->direction==IN)?EHCI_IN:EHCI_OUT;
|
||||
int pid = (ep->direction == IN)?EHCI_IN:EHCI_OUT;
|
||||
|
||||
int hubaddr = 0, hubport = 0;
|
||||
if (ep->dev->speed < 2) {
|
||||
|
Reference in New Issue
Block a user