aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/intel/lynxpoint/usb_ehci.c
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-10-24 11:53:47 +0200
committerNico Huber <nico.h@gmx.de>2020-10-24 20:43:15 +0000
commit84fa224b53b726bec2a75dfdedd234bf60b0246e (patch)
treebff11a3c6904b618407b9f48ef11ee28310d101f /src/southbridge/intel/lynxpoint/usb_ehci.c
parent2f30e8ca03602c14fd98527f1ea54d2a80e4fd63 (diff)
sb/intel/lynxpoint: Use spaces around `|`
Coding style says so. Tested with BUILD_TIMELESS=1, Asrock B85M Pro4 remains identical. Change-Id: I72386bbe4b38602a641bf8dc9448d6a3e95d297a Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/46718 Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/southbridge/intel/lynxpoint/usb_ehci.c')
-rw-r--r--src/southbridge/intel/lynxpoint/usb_ehci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/intel/lynxpoint/usb_ehci.c b/src/southbridge/intel/lynxpoint/usb_ehci.c
index a6bc5c6bcb..f121aa84ce 100644
--- a/src/southbridge/intel/lynxpoint/usb_ehci.c
+++ b/src/southbridge/intel/lynxpoint/usb_ehci.c
@@ -119,7 +119,7 @@ void usb_ehci_sleep_prepare(pci_devfn_t dev, u8 slp_typ)
static void usb_ehci_clock_gating(struct device *dev)
{
/* IOBP 0xE5004001[7:6] = 11b */
- pch_iobp_update(0xe5004001, ~0, (1 << 7)|(1 << 6));
+ pch_iobp_update(0xe5004001, ~0, (1 << 7) | (1 << 6));
/* Dx:F0:DCh[5,2,1] = 111b
* Dx:F0:DCh[0] = 1b when EHCI controller is disabled */