mirror of
https://github.com/torvalds/linux.git
synced 2024-11-05 19:41:54 +00:00
V4L/DVB: tm6000: Remove an extra ; symbol
Signed-off-by: Stefan Ringel <stefan.ringel@arcor.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
0439db75c1
commit
b9eb39d8f4
@ -563,7 +563,7 @@ static void tm6000_config_tuner(struct tm6000_core *dev)
|
||||
|
||||
switch (dev->tuner_type) {
|
||||
case TUNER_XC2028:
|
||||
tun_setup.tuner_callback = tm6000_tuner_callback;;
|
||||
tun_setup.tuner_callback = tm6000_tuner_callback;
|
||||
break;
|
||||
case TUNER_XC5000:
|
||||
tun_setup.tuner_callback = tm6000_xc5000_callback;
|
||||
|
Loading…
Reference in New Issue
Block a user