mb/dell/optiplex_9010/mainboard.c: Add missing space

Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
Change-Id: I3487b0ab94e565862ed727e9a91bd1efb364d43d
Reviewed-on: https://review.coreboot.org/c/coreboot/+/62208
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
Michał Żygowski 2022-02-20 23:13:20 +01:00
parent 60b2ab8d1f
commit f7c268c253
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ static void mainboard_enable(struct device *dev)
pin_sts |= get_gpio(GPIO_CHASSIS_ID2) << 2; pin_sts |= get_gpio(GPIO_CHASSIS_ID2) << 2;
pin_sts |= get_gpio(GPIO_FRONT_PANEL_CHASSIS_DET_L) << 3; pin_sts |= get_gpio(GPIO_FRONT_PANEL_CHASSIS_DET_L) << 3;
printk(BIOS_DEBUG, "Chassis type:"); printk(BIOS_DEBUG, "Chassis type: ");
switch (pin_sts) { switch (pin_sts) {
case 0: case 0:
printk(BIOS_DEBUG, "MT\n"); printk(BIOS_DEBUG, "MT\n");