patch-2.2.19 linux/drivers/char/cpia.c
Next file: linux/drivers/char/drm/gamma_drv.c
Previous file: linux/drivers/char/console.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Sun Mar 25 11:37:31 2001
- Orig file:
v2.2.18/drivers/char/cpia.c
- Orig date:
Sun Mar 25 11:28:22 2001
diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.18/drivers/char/cpia.c linux/drivers/char/cpia.c
@@ -3211,7 +3211,7 @@
DBG("VIDIOCMCAPTURE: %d / %d / %dx%d\n", vm.format, vm.frame,
vm.width, vm.height);
#endif
- if (vm.frame<0||vm.frame>FRAME_NUM) {
+ if (vm.frame<0||vm.frame>=FRAME_NUM) {
retval = -EINVAL;
break;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)