linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: pinotj@club-internet.fr
To: webcam@smcc.demon.nl
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH][2.6.x] Compilation warning in pwc-if.c
Date: Sun, 21 Mar 2004 12:07:01 CET	[thread overview]
Message-ID: <mnet1.1079867221.17273.pinotj@club-internet.fr> (raw)

Just to fix a compilation warning in pwc-if.c

Regards,

Jerome Pinot

diff -Nru a/drivers/usb/media/pwc-if.c b/drivers/usb/media/pwc-if.c
--- a/drivers/usb/media/pwc-if.c	2004-03-11 11:55:37.000000000 +0900
+++ b/drivers/usb/media/pwc-if.c	2004-03-17 14:14:58.000000000 +0900
@@ -1121,6 +1121,7 @@
 static int pwc_video_release(struct video_device *vfd)
 {
 	Trace(TRACE_OPEN, "pwc_video_release() called. Now what?\n");
+	return 0;
 }
 		
 


                 reply	other threads:[~2004-03-21 11:07 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=mnet1.1079867221.17273.pinotj@club-internet.fr \
    --to=pinotj@club-internet.fr \
    --cc=linux-kernel@vger.kernel.org \
    --cc=webcam@smcc.demon.nl \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).