ID:414 - ekanalyzer frushow fails to show 'Product Info' correctly

Commit removes redundant fread() which led to 'ekanalyzer frushow' not to show
'Product Info' correctly.
This commit is contained in:
Zdenek Styblik 2016-02-27 10:12:06 +01:00
parent b8ca3cac3a
commit dc5dead291

View File

@ -2868,7 +2868,6 @@ ipmi_ek_display_product_info_area(FILE *input_file, long offset)
return (-1);
}
fread(&data, 1, 1, input_file);
printf("Language Code: %d\n", data);
len--;
/* Product Mfg */