lkml.org 
[lkml]   [2002]   [Oct]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[trivial patch] dsb radio fix
  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;
-
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-03-22 13:30    [W:0.023 / U:0.140 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site