Attention is currently required from: Edward O'Callaghan, Angel Pons.
1 comment:
Patchset:
Changes
print(FLASHROM_MSG_DEBUG, "%s=%d" ", ", "HSFC", (reg_val & (0xf << (17 - 16))) >> (17 - 16));to
print(FLASHROM_MSG_DEBUG, "%s=%d" ", ", "FCYCLE", (reg_val & (0xf << (17 - 16))) >> (17 - 16));which actually fixes it. No idea what I originally intended with
the `_pprint_reg` macro. I guess we can/should drop it now.
good point, there is no user of _pprint_reg() function now, we can drop this. will add a CL in between for this.
To view, visit change 63470. To unsubscribe, or for help writing mail filters, visit settings.