]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/media/video/btcx-risc.c
V4L/DVB (8872): gspca: Bad image format and offset with rev072a of spca561.
[linux-2.6-omap-h63xx.git] / drivers / media / video / btcx-risc.c
index f42701f82e7fe72009bd8391672bbb40d80d306b..3324ab38f58c3b395f617e00c9a9c4bd957ff820 100644 (file)
@@ -184,12 +184,12 @@ btcx_sort_clips(struct v4l2_clip *clips, unsigned int nclips)
 }
 
 void
-btcx_calc_skips(int line, int width, unsigned int *maxy,
+btcx_calc_skips(int line, int width, int *maxy,
                struct btcx_skiplist *skips, unsigned int *nskips,
                const struct v4l2_clip *clips, unsigned int nclips)
 {
        unsigned int clip,skip;
-       int end,maxline;
+       int end, maxline;
 
        skip=0;
        maxline = 9999;