Re: [KJ][RFC][PATCH] BIT macro cleanup
From: Dmitry Torokhov <hidden>
Date: 2007-02-25 03:39:46
Also in:
kernel-janitors, lkml
From: Dmitry Torokhov <hidden>
Date: 2007-02-25 03:39:46
Also in:
kernel-janitors, lkml
On Saturday 24 February 2007 06:11, Vojtech Pavlik wrote:
quoted
The reason I don't like it with modulo is simply because it hides potential bugs (when x is to big).That would be my only concern - losing compiler warnings.
I think most dangerous scenario is when both shift operands are not constant but compiler will not help us in this case... -- Dmitry