summaryrefslogtreecommitdiff
path: root/src/mainboard/siemens/mc_tcu3/ptn3460.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/siemens/mc_tcu3/ptn3460.c')
-rw-r--r--src/mainboard/siemens/mc_tcu3/ptn3460.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/siemens/mc_tcu3/ptn3460.c b/src/mainboard/siemens/mc_tcu3/ptn3460.c
index 89bc29399e..8143a16957 100644
--- a/src/mainboard/siemens/mc_tcu3/ptn3460.c
+++ b/src/mainboard/siemens/mc_tcu3/ptn3460.c
@@ -53,7 +53,7 @@ int ptn3460_init(char *hwi_block)
hwi_block);
return 1;
}
- if (hwilib_get_field(PF_Color_Depth ,&color_depth, 1) != 1) {
+ if (hwilib_get_field(PF_Color_Depth, &color_depth, 1) != 1) {
printk(BIOS_ERR, "LCD: Missing panel features from %s\n",
hwi_block);
return 1;