payloads/libpayload/drivers/usb/usb.c: Remove whitespace before tab
Change-Id: Iba73ae4d89cef94f238e9a74300f6088669f355b Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/43716 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
81bebc8374
commit
c354599a53
|
@ -275,7 +275,7 @@ usb_decode_mps0(usb_speed speed, u8 bMaxPacketSize0)
|
|||
bMaxPacketSize0 = 9;
|
||||
}
|
||||
return 1 << bMaxPacketSize0;
|
||||
default: /* GCC is stupid and cannot deal with enums correctly */
|
||||
default: /* GCC is stupid and cannot deal with enums correctly */
|
||||
return 8;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue