]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/media/video/em28xx/em28xx.h
V4L/DVB (8906): v4l-dvb: fix assorted sparse warnings
[linux-2.6-omap-h63xx.git] / drivers / media / video / em28xx / em28xx.h
index 9a3310748685c9c3ec63c84522272b463d491287..d992280613b27c53e902f090a1e7a41fbce87aa9 100644 (file)
@@ -411,8 +411,8 @@ struct em28xx {
        /* frame properties */
        int width;              /* current frame width */
        int height;             /* current frame height */
-       int hscale;             /* horizontal scale factor (see datasheet) */
-       int vscale;             /* vertical scale factor (see datasheet) */
+       unsigned hscale;        /* horizontal scale factor (see datasheet) */
+       unsigned vscale;        /* vertical scale factor (see datasheet) */
        int interlaced;         /* 1=interlace fileds, 0=just top fileds */
        unsigned int video_bytesread;   /* Number of bytes read */