Print block length of backlight table

For debugging VBIOS dumps
This commit is contained in:
Jesse Barnes 2009-08-18 10:56:50 -07:00
parent 320f216699
commit a3962e6f74
1 changed files with 1 additions and 1 deletions

View File

@ -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",