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:
parent
60b2ab8d1f
commit
f7c268c253
|
@ -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");
|
||||||
|
|
Loading…
Reference in New Issue