Browse Source

Merge master.kernel.org:/home/rmk/linux-2.6-ucb

Linus Torvalds 19 years ago
parent
commit
ef6bd6eb90
1 changed files with 2 additions and 2 deletions
  1. 2 2
      drivers/mfd/ucb1x00-ts.c

+ 2 - 2
drivers/mfd/ucb1x00-ts.c

@@ -48,8 +48,8 @@ struct ucb1x00_ts {
 	u16			x_res;
 	u16			y_res;
 
-	int			restart:1;
-	int			adcsync:1;
+	unsigned int		restart:1;
+	unsigned int		adcsync:1;
 };
 
 static int adcsync;