[PATCH] lgdt3305: make one-bit bitfields unsigned

2009-12-15 Thread Németh Márton
From: Márton Németh nm...@freemail.hu Make one-bit bitfields unsigned which will remove the following sparse warning messages (see make C=1): * lgdt3305.h:57:21: error: dubious one-bit signed bitfield * lgdt3305.h:60:26: error: dubious one-bit signed bitfield * lgdt3305.h:63:19: error: dubious

Re: [PATCH] lgdt3305: make one-bit bitfields unsigned

2009-12-15 Thread Michael Krufky
Thanks -- I'll push this in through the lgdt3305 repository... I'll send in a pull request to Mauro shortly. -Mike Németh Márton wrote: From: Márton Németh nm...@freemail.hu Make one-bit bitfields unsigned which will remove the following sparse warning messages (see make C=1): *