diff options
-rw-r--r-- | drivers/media/video/zoran/zoran_device.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/video/zoran/zoran_device.c b/drivers/media/video/zoran/zoran_device.c index d68da9f793c7..e6ad4b205611 100644 --- a/drivers/media/video/zoran/zoran_device.c +++ b/drivers/media/video/zoran/zoran_device.c | |||
@@ -1229,7 +1229,7 @@ error_handler (struct zoran *zr, | |||
1229 | u32 astat, | 1229 | u32 astat, |
1230 | u32 stat) | 1230 | u32 stat) |
1231 | { | 1231 | { |
1232 | int i, j; | 1232 | int i; |
1233 | 1233 | ||
1234 | /* This is JPEG error handling part */ | 1234 | /* This is JPEG error handling part */ |
1235 | if (zr->codec_mode != BUZ_MODE_MOTION_COMPRESS && | 1235 | if (zr->codec_mode != BUZ_MODE_MOTION_COMPRESS && |
@@ -1280,6 +1280,7 @@ error_handler (struct zoran *zr, | |||
1280 | /* Report error */ | 1280 | /* Report error */ |
1281 | if (zr36067_debug > 1 && zr->num_errors <= 8) { | 1281 | if (zr36067_debug > 1 && zr->num_errors <= 8) { |
1282 | long frame; | 1282 | long frame; |
1283 | int j; | ||
1283 | 1284 | ||
1284 | frame = zr->jpg_pend[zr->jpg_dma_tail & BUZ_MASK_FRAME]; | 1285 | frame = zr->jpg_pend[zr->jpg_dma_tail & BUZ_MASK_FRAME]; |
1285 | printk(KERN_ERR | 1286 | printk(KERN_ERR |