From: Gerd Knorr <kraxel@bytesex.org>
To: Linus Torvalds <torvalds@transmeta.com>,
Kernel List <linux-kernel@vger.kernel.org>
Subject: [trivial patch] dsb radio fix
Date: Tue, 29 Oct 2002 18:06:14 +0100 [thread overview]
Message-ID: <20021029170614.GA23224@bytesex.org> (raw)
Hi,
This patch fixes a stupid cut+paste bug in dsbr100 ...
Gerd
==============================[ cut here ]==============================
--- linux-2.5.44/drivers/usb/media/dsbr100.c Wed Oct 23 18:53:55 2002
+++ linux/drivers/usb/media/dsbr100.c Wed Oct 23 18:54:50 2002
@@ -265,7 +265,8 @@
case VIDIOCSFREQ:
{
int *freq = arg;
- *freq = radio->curfreq;
+
+ radio->curfreq = *freq;
if (dsbr100_setfreq(radio, radio->curfreq)==-1)
warn("set frequency failed");
return 0;
reply other threads:[~2002-10-29 15:53 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=20021029170614.GA23224@bytesex.org \
--to=kraxel@bytesex.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@transmeta.com \
/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