lkml.org 
[lkml]   [2005]   [Jun]   [7]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
DateTue, 7 Jun 2005 20:47:33 +0200
FromJean Delvare <>
SubjectRe: Linux v2.6.12-rc6
Hi all,

> Alan Cox:
>   remove non-cleanroom pwc driver compression

This one triggers a compilation warning. Proposed fix:

Signed-off-by: Jean Delvare <khali@linux-fr.org>

 drivers/usb/media/pwc/pwc-uncompress.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
--- linux-2.6.12-rc6.orig/drivers/usb/media/pwc/pwc-uncompress.c	2005-06-07 07:14:50.000000000 +0200
+++ linux-2.6.12-rc6/drivers/usb/media/pwc/pwc-uncompress.c	2005-06-07 20:35:12.000000000 +0200
@@ -120,7 +120,6 @@
 
 		switch (pdev->type)
 		 {
-#if 0		 
 		  case 675:
 		  case 680:
 		  case 690:
@@ -128,15 +127,16 @@
 		  case 730:
 		  case 740:
 		  case 750:
+#if 0
 		    pwc_dec23_decompress(&pdev->image, &pdev->view, &pdev->offset,
 				yuv, image,
 				flags,
 				pdev->decompress_data, pdev->vbandlength);
 		    break;
+#endif
 		  case 645:
 		  case 646:
 		    /* TODO & FIXME */
-#endif		    
 		    return -ENXIO; /* No such device or address: missing decompressor */
 		    break;
 		 }

-- 
Jean Delvare
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-06-07 18:49    [from the cache]
©2003-2008