diff options
-rw-r--r-- | src/bios_reader/bios_reader.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bios_reader/bios_reader.c b/src/bios_reader/bios_reader.c index 35b144cb..3b880a7d 100644 --- a/src/bios_reader/bios_reader.c +++ b/src/bios_reader/bios_reader.c @@ -347,7 +347,7 @@ static void dump_lvds_data(void) uint8_t *lfp_data_ptr = (uint8_t *)lvds_data->data + lfp_data_size * i; uint8_t *timing_data = lfp_data_ptr + dvo_offset; struct bdb_lvds_lfp_data_entry *lfp_data = - (struct bdb_lvds_flp_data_entry *)lfp_data_ptr; + (struct bdb_lvds_lfp_data_entry *)lfp_data_ptr; char marker; if (i == panel_type) |