]> git.baikalelectronics.ru Git - kernel.git/commit
Input: wacom - make one-bit signed bitfields unsigned
authorHarvey Harrison <harvey.harrison@gmail.com>
Mon, 5 May 2008 15:50:40 +0000 (11:50 -0400)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 16 May 2008 18:49:39 +0000 (14:49 -0400)
commitdb83b619d8d278bb24a33b213b99d12206357b15
tree37f5c16418ec4f306f8d558a721d3840c1e183ca
parentd2e8fd412df42ac84942cf373ac944cecbbf3119
Input: wacom - make one-bit signed bitfields unsigned

Otherwise it can only take the values 0/-1 which doesn't seem to
have been intended.

drivers/input/tablet/wacom.h:108:12: error: dubious one-bit signed bitfield

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/tablet/wacom.h