diff options
-rw-r--r-- | drivers/mfd/ucb1x00-ts.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mfd/ucb1x00-ts.c b/drivers/mfd/ucb1x00-ts.c index a851d65c7cfe..a260f83bcb02 100644 --- a/drivers/mfd/ucb1x00-ts.c +++ b/drivers/mfd/ucb1x00-ts.c | |||
@@ -48,8 +48,8 @@ struct ucb1x00_ts { | |||
48 | u16 x_res; | 48 | u16 x_res; |
49 | u16 y_res; | 49 | u16 y_res; |
50 | 50 | ||
51 | int restart:1; | 51 | unsigned int restart:1; |
52 | int adcsync:1; | 52 | unsigned int adcsync:1; |
53 | }; | 53 | }; |
54 | 54 | ||
55 | static int adcsync; | 55 | static int adcsync; |