payloads: Add whitespace around '<<'
Change-Id: I0659f6ec59fb808b4cedf57d60d737c13c250042 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/20396 Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
committed by
Stefan Reinauer
parent
42b37f537f
commit
70083a1de9
@@ -317,7 +317,7 @@ static int find_tx_fifo(struct usbdev_ctrl *this, uint32_t mps)
|
||||
int i, val;
|
||||
|
||||
for (i = 1; i < MAX_EPS_CHANNELS - 1; i++) {
|
||||
if (p->fifo_map & (1<<i))
|
||||
if (p->fifo_map & (1 << i))
|
||||
continue;
|
||||
gtxfsiz.d32 = readl(&p->regs->core.dptxfsiz_dieptxf[i]);
|
||||
val = gtxfsiz.txfdep * 4;
|
||||
|
Reference in New Issue
Block a user