Commit dc4ff161 authored by Jacek Poplawski's avatar Jacek Poplawski Committed by Linus Torvalds

[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: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent a3db446c
...@@ -1271,7 +1271,7 @@ static long probe_tuner (struct dvb_i2c_bus *i2c) ...@@ -1271,7 +1271,7 @@ static long probe_tuner (struct dvb_i2c_bus *i2c)
printk ("%s: try to attach to %s\n", __FUNCTION__, adapter->name); 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__); printk ("%s: setup for tuner Samsung TBMU24112IMB\n", __FILE__);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment