diff options
author | Stefan Ringel <stefan.ringel@arcor.de> | 2010-05-10 12:22:50 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-06-01 00:21:55 -0400 |
commit | b9eb39d8f419d76e1d59febe48a6791f1fbb68c4 (patch) | |
tree | 21fb1bcb93f17e86f2657199bd4d47208fe6ce70 | |
parent | 0439db75c1fbb28a3b314ae354582e4f180daf52 (diff) |
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>
-rw-r--r-- | drivers/staging/tm6000/tm6000-cards.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/tm6000/tm6000-cards.c b/drivers/staging/tm6000/tm6000-cards.c index ab12291e0b42..33b134b521be 100644 --- a/drivers/staging/tm6000/tm6000-cards.c +++ b/drivers/staging/tm6000/tm6000-cards.c | |||
@@ -563,7 +563,7 @@ static void tm6000_config_tuner(struct tm6000_core *dev) | |||
563 | 563 | ||
564 | switch (dev->tuner_type) { | 564 | switch (dev->tuner_type) { |
565 | case TUNER_XC2028: | 565 | case TUNER_XC2028: |
566 | tun_setup.tuner_callback = tm6000_tuner_callback;; | 566 | tun_setup.tuner_callback = tm6000_tuner_callback; |
567 | break; | 567 | break; |
568 | case TUNER_XC5000: | 568 | case TUNER_XC5000: |
569 | tun_setup.tuner_callback = tm6000_xc5000_callback; | 569 | tun_setup.tuner_callback = tm6000_xc5000_callback; |