RE: [PATCH 3/4] x86/mce: Get rid of msr_ops

From: Luck, Tony
Date: Wed Sep 22 2021 - 11:22:05 EST


>> Looks nice. I don’t think you need those “break;” after each “return …;”
>
> Yah, all gone.

Also:

switch (enum) {
actions for every value of that enum
}

doesn't need a default: option

-Tony