Attention is currently required from: Nico Huber, Michał Żygowski, Jonathan Zhang, Angel Pons.
2 comments:
Commit Message:
A new chipset
was added that necessitated adding back a check for an older
chipset.
That's not accurate. It was the way that the new check was written […]
I've reworded this to focus on what's being done in this patch. If somebody wants more context they can easily find it in the commit mentioned in the previous sentence.
File ich_descriptors.c:
if (content->ICCRIBA != 0x34)
msg_pwarn("Unknown flash descriptor, assuming 300 series compatibility.\n");
This one had a different message.
"Unknown flash descriptor, assuming 300 series compatibility" and "Peculiar flash descriptor, assuming 300 series compatibility" mean the same thing. Both are msg_pwarn(), too.
Regardless, this is not worth splitting hairs so I've reverted back to using msg_pwarn() since you seem to prefer it that way.
To view, visit change 57793. To unsubscribe, or for help writing mail filters, visit settings.