]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/media/video/cx88/cx88.h
[PATCH] v4l: 651: fix a number of sparse warnings
[mv-sheeva.git] / drivers / media / video / cx88 / cx88.h
index 3d885b4025d84f69e97e1ac5496fe362d208c4c0..bd27b56ace264f73f2b02320df090ef4411f48a5 100644 (file)
@@ -204,8 +204,8 @@ struct cx88_board {
        int                     tda9887_conf;
        struct cx88_input       input[MAX_CX88_INPUT];
        struct cx88_input       radio;
-       int                     blackbird:1;
-       int                     dvb:1;
+       unsigned int            blackbird:1;
+       unsigned int            dvb:1;
 };
 
 struct cx88_subid {