aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx88/cx88.h
diff options
context:
space:
mode:
authorPeter Hagervall <hager@cs.umu.se>2005-11-09 00:36:29 -0500
committerLinus Torvalds <torvalds@g5.osdl.org>2005-11-09 10:56:09 -0500
commitf9e7a0203def0704beaf4af1ff2c772f9fa712cf (patch)
tree28805b79f81a7e6ed1ff67329a984641ae53520b /drivers/media/video/cx88/cx88.h
parentc5df599b67b5a061d28a2154a49f9704e0d1040b (diff)
[PATCH] v4l: 651: fix a number of sparse warnings
- Fix a number of sparse warnings. Signed-off-by: Peter Hagervall <hager@cs.umu.se> Signed-off-by: Michael Krufky <mkrufky@m1k.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/media/video/cx88/cx88.h')
-rw-r--r--drivers/media/video/cx88/cx88.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/cx88/cx88.h b/drivers/media/video/cx88/cx88.h
index 3d885b4025d8..bd27b56ace26 100644
--- a/drivers/media/video/cx88/cx88.h
+++ b/drivers/media/video/cx88/cx88.h
@@ -204,8 +204,8 @@ struct cx88_board {
204 int tda9887_conf; 204 int tda9887_conf;
205 struct cx88_input input[MAX_CX88_INPUT]; 205 struct cx88_input input[MAX_CX88_INPUT];
206 struct cx88_input radio; 206 struct cx88_input radio;
207 int blackbird:1; 207 unsigned int blackbird:1;
208 int dvb:1; 208 unsigned int dvb:1;
209}; 209};
210 210
211struct cx88_subid { 211struct cx88_subid {