Print block length of backlight table
For debugging VBIOS dumps
This commit is contained in:
parent
320f216699
commit
a3962e6f74
|
|
@ -176,7 +176,7 @@ static void dump_backlight_info(void)
|
|||
|
||||
backlight = block->data;
|
||||
|
||||
printf("Backlight info block:\n");
|
||||
printf("Backlight info block (len %d):\n", block->size);
|
||||
|
||||
if (sizeof(struct blc_struct) != backlight->blcstruct_size) {
|
||||
printf("\tBacklight struct sizes don't match (expected %d, got %d), skipping\n",
|
||||
|
|
|
|||
Loading…
Reference in New Issue