Archived
14
0
Fork 0

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:
Stefan Ringel 2010-05-10 13:22:50 -03:00 committed by Mauro Carvalho Chehab
parent 0439db75c1
commit b9eb39d8f4

View file

@ -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;