All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jean Delvare <khali@linux-fr.org>
To: LKML <linux-kernel@vger.kernel.org>
Subject: Re: Linux v2.6.12-rc6
Date: Tue, 7 Jun 2005 20:47:33 +0200	[thread overview]
Message-ID: <20050607204733.1a48e5dc.khali@linux-fr.org> (raw)
In-Reply-To: <Pine.LNX.4.58.0506061104190.1876@ppc970.osdl.org>

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

  parent reply	other threads:[~2005-06-07 18:46 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-06 18:08 Linux v2.6.12-rc6 Linus Torvalds
2005-06-06 19:26 ` Pavel Machek
2005-06-06 19:54   ` Jeff Garzik
2005-06-06 20:05     ` Pavel Machek
2005-06-06 21:11       ` Linus Torvalds
2005-06-06 21:54         ` Bill Davidsen
2005-06-06 20:12   ` Linus Torvalds
2005-06-06 20:14     ` Pavel Machek
2005-06-06 21:13       ` Linus Torvalds
2005-06-06 21:18         ` Pavel Machek
2005-06-06 21:36           ` Linus Torvalds
2005-06-06 21:41             ` Pavel Machek
2005-06-06 21:53               ` Linus Torvalds
2005-06-06 21:57         ` Jesper Juhl
2005-06-06 22:07           ` Russell King
2005-06-07  9:11 ` Johannes Stezenbach
2005-06-08 11:15   ` Johannes Stezenbach
2005-06-08 11:23     ` Brice Goglin
2005-06-08 11:37       ` Johannes Stezenbach
2005-06-17 17:48         ` Bill Davidsen
2005-06-18 13:57           ` Johannes Stezenbach
2005-06-18 17:10             ` Johannes Stezenbach
2005-06-07 13:05 ` Erik Mouw
2005-06-07 15:28   ` Linus Torvalds
2005-06-07 17:11     ` Erik Mouw
2005-06-07 17:28       ` Linus Torvalds
2005-06-08  2:08     ` Paul Mackerras
2005-06-08 17:11       ` Linus Torvalds
2005-06-08 23:16       ` gitk (was Re: Linux v2.6.12-rc6) Linus Torvalds
2005-06-10 10:57         ` Paul Mackerras
2005-06-08 16:20     ` Linux v2.6.12-rc6 Nicolas Pitre
2005-06-07 18:47 ` Jean Delvare [this message]
2005-06-09  8:10   ` Greg KH
2005-06-09 15:52     ` Jean Delvare
2005-06-09 16:32       ` Greg KH
2005-06-08 13:37 ` segfaults suddenly appearing Jakob Oestergaard
  -- strict thread matches above, loose matches on Subject: below --
2005-06-07  6:11 Linux v2.6.12-rc6 Voluspa
2005-06-07  6:18 ` Ingo Molnar
2005-06-07  6:37   ` Voluspa
2005-06-07  7:06     ` Grant Coady
2005-06-07  7:44       ` Dave Airlie
2005-06-07  8:45         ` Voluspa
2005-06-07  8:19     ` Matthias Andree

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050607204733.1a48e5dc.khali@linux-fr.org \
    --to=khali@linux-fr.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.