Re: [PATCH -v2 3/7] x86, NMI, Rename memory parity error to PCI SERR error

From: huang ying
Date: Wed Sep 29 2010 - 03:56:47 EST


On Tue, Sep 28, 2010 at 10:29 PM, Robert Richter <robert.richter@xxxxxxx> wrote:
> On 27.09.10 21:33:37, Huang Ying wrote:
>
>> I suggest to
>> print the reason byte only if (!(reason & 0xc0) && reason), where the
>> reason is really unknown.
>
> Why make it this complex for an error message?

It's just a "else" branch for original "if (reason & 0xc0)" code, so
it is not too complex.

Best Regards,
Huang Ying
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/