aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/lenovo/x60/smihandler.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/lenovo/x60/smihandler.c')
-rw-r--r--src/mainboard/lenovo/x60/smihandler.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/lenovo/x60/smihandler.c b/src/mainboard/lenovo/x60/smihandler.c
index c66474dcc8..6d95ee1adc 100644
--- a/src/mainboard/lenovo/x60/smihandler.c
+++ b/src/mainboard/lenovo/x60/smihandler.c
@@ -121,7 +121,7 @@ static void mainboard_smi_handle_ec_sci(void)
event = ec_query();
printk(BIOS_DEBUG, "EC event %02x\n", event);
- switch(event) {
+ switch (event) {
/* brightness up */
case 0x14:
mainboard_smi_brightness_up();
@@ -158,7 +158,7 @@ void mainboard_smi_gpi(u32 gpi)
int mainboard_smi_apmc(u8 data)
{
- switch(data) {
+ switch (data) {
case APM_CNT_ACPI_ENABLE:
/* use 0x1600/0x1604 to prevent races with userspace */
ec_set_ports(0x1604, 0x1600);