From: Gerd Knorr <kraxel@bytesex.org>
To: Linus Torvalds <torvalds@transmeta.com>,
Kernel List <linux-kernel@vger.kernel.org>,
Trivial Patch Monkey <trivial@rustcorp.com.au>
Subject: [patch] dsb usb radio fix
Date: Thu, 7 Nov 2002 11:15:22 +0100 [thread overview]
Message-ID: <20021107101522.GA1896@bytesex.org> (raw)
Hi,
This patch fixes stupid cut+paste bug in dsbr100.
please apply,
Gerd
--- linux-2.5.46/drivers/usb/media/dsbr100.c 2002-11-07 09:19:26.000000000 +0100
+++ linux/drivers/usb/media/dsbr100.c 2002-11-07 09:22:16.000000000 +0100
@@ -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;
--
You can't please everybody. And usually if you _try_ to please
everybody, the end result is one big mess.
-- Linus Torvalds, 2002-04-20
reply other threads:[~2002-11-07 9:14 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=20021107101522.GA1896@bytesex.org \
--to=kraxel@bytesex.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@transmeta.com \
--cc=trivial@rustcorp.com.au \
/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