V4L/DVB: zoran: match parameter signedness of g_input_status
[pandora-kernel.git] / drivers / media / video / zoran / zoran_device.c
index f6c2fb4..d68da9f 100644 (file)
@@ -1196,7 +1196,8 @@ zoran_reap_stat_com (struct zoran *zr)
 static void zoran_restart(struct zoran *zr)
 {
        /* Now the stat_comm buffer is ready for restart */
-       int status = 0, mode;
+       unsigned int status = 0;
+       int mode;
 
        if (zr->codec_mode == BUZ_MODE_MOTION_COMPRESS) {
                decoder_call(zr, video, g_input_status, &status);