summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/usbvideo/usbvideo.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2006-04-11 18:27:18 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-04-11 18:27:18 -0300
commit0cdd88b619025b1eb047a9f5f2eb8f51efadcb05 (patch)
tree07c8434875347084018cb4ed9f35a581ab9b22c8 /linux/drivers/media/video/usbvideo/usbvideo.c
parent25205eb3f46ee7ab26238d27127b83e7b9f6f2cf (diff)
downloadmediapointer-dvb-s2-0cdd88b619025b1eb047a9f5f2eb8f51efadcb05.tar.gz
mediapointer-dvb-s2-0cdd88b619025b1eb047a9f5f2eb8f51efadcb05.tar.bz2
Keep #if 0/#if 1 for newer drivers at the tree
From: Mauro Carvalho Chehab <mchehab@infradead.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/usbvideo/usbvideo.c')
-rw-r--r--linux/drivers/media/video/usbvideo/usbvideo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/video/usbvideo/usbvideo.c b/linux/drivers/media/video/usbvideo/usbvideo.c
index 13b37c8c0..4db4569a5 100644
--- a/linux/drivers/media/video/usbvideo/usbvideo.c
+++ b/linux/drivers/media/video/usbvideo/usbvideo.c
@@ -542,7 +542,7 @@ void usbvideo_TestPattern(struct uvd *uvd, int fullframe, int pmode)
frame->curline = 0;
frame->seqRead_Length = 0;
}
-#if 0
+#if 0 /* keep */
{ /* For debugging purposes only */
char tmp[20];
usbvideo_VideosizeToString(tmp, sizeof(tmp), frame->request);
@@ -1688,7 +1688,7 @@ static void usbvideo_IsocIrq(struct urb *urb, struct pt_regs *regs)
/* We don't want to do anything if we are about to be removed! */
if (!CAMERA_IS_OPERATIONAL(uvd))
return;
-#if 0
+#if 0 /* keep */
if (urb->actual_length > 0) {
info("urb=$%p status=%d. errcount=%d. length=%d.",
urb, urb->status, urb->error_count, urb->actual_length);