[prev in list] [next in list] [prev in thread] [next in thread] 

List:       git-commits-head
Subject:    [PATCH] stv0299 device naming fix
From:       Linux Kernel Mailing List <linux-kernel () vger ! kernel ! org>
Date:       2004-08-31 17:42:33
Message-ID: 200408311920.i7VJKjfc025390 () hera ! kernel ! org
[Download RAW message or body]

ChangeSet 1.1920, 2004/08/31 10:42:33-07:00, jacekpoplawski@wp.pl

	[PATCH] stv0299 device naming fix
	
	Name of device has been changed in 2.6.9-rc1 to "SkyStar2", but module stv0299
	still compares name with "Technisat SkyStar2 driver", strings are different,
	and result is that stv0299 detects invalid tuner type.
	
	Cc: Johannes Stezenbach <js@linuxtv.org>
	
	Signed-off-by: Andrew Morton <akpm@osdl.org>
	Signed-off-by: Linus Torvalds <torvalds@osdl.org>



 stv0299.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


diff -Nru a/drivers/media/dvb/frontends/stv0299.c b/drivers/media/dvb/frontends/stv0299.c
--- a/drivers/media/dvb/frontends/stv0299.c	2004-08-31 12:20:55 -07:00
+++ b/drivers/media/dvb/frontends/stv0299.c	2004-08-31 12:20:55 -07:00
@@ -1271,7 +1271,7 @@
 
 	printk ("%s: try to attach to %s\n", __FUNCTION__, adapter->name);
 
-	if ( strcmp(adapter->name, "Technisat SkyStar2 driver") == 0 )
+	if ( strcmp(adapter->name, "SkyStar2") == 0 )
 	{
 	    printk ("%s: setup for tuner Samsung TBMU24112IMB\n", __FILE__);
 
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic