patch-2.4.20 linux-2.4.20/drivers/media/video/zr36067.c
Next file: linux-2.4.20/drivers/message/fusion/Makefile
Previous file: linux-2.4.20/drivers/media/video/zoran_procfs.c
Back to the patch index
Back to the overall index
- Lines: 34
- Date:
Thu Nov 28 15:53:13 2002
- Orig file:
linux-2.4.19/drivers/media/video/zr36067.c
- Orig date:
Fri Aug 2 17:39:44 2002
diff -urN linux-2.4.19/drivers/media/video/zr36067.c linux-2.4.20/drivers/media/video/zr36067.c
@@ -1417,7 +1417,7 @@
zr36060_sleep(zr, 0);
post_office_write(zr, 3, 0, 0);
udelay(2);
- default:
+ default:;
}
return 0;
}
@@ -3763,7 +3763,7 @@
* Write the overlay mask if clips are wanted.
*/
- if (vw.clipcount > 2048)
+ if (vw.clipcount < 0 || vw.clipcount > 2048)
return -EINVAL;
if (vw.clipcount) {
vcp =
@@ -4163,7 +4163,6 @@
{
struct zoran_status bs;
int norm, input, status;
- unsigned long timeout;
if (zr->codec_mode != BUZ_MODE_IDLE) {
DEBUG1(printk(KERN_ERR
@@ -4209,6 +4208,7 @@
/* sleep 1 second */
+ set_current_state(TASK_UNINTERRUPTIBLE);
schedule_timeout(HZ);
/* Get status of video decoder */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)