aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/braswell/xhci.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/braswell/xhci.c')
-rw-r--r--src/soc/intel/braswell/xhci.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/soc/intel/braswell/xhci.c b/src/soc/intel/braswell/xhci.c
index e3e3462fa5..76319c0689 100644
--- a/src/soc/intel/braswell/xhci.c
+++ b/src/soc/intel/braswell/xhci.c
@@ -42,7 +42,8 @@ static void xhci_init(device_t dev)
config->usb_comp_bg),
REG_SCRIPT_END
};
- printk(BIOS_INFO, "Override USB2_COMPBG to: 0x%X\n", config->usb_comp_bg);
+ printk(BIOS_INFO, "Override USB2_COMPBG to: 0x%X\n",
+ config->usb_comp_bg);
reg_script_run(ops);
}
}