Skip to content

Commit

Permalink
V4L/DVB: tm6000: renaming firmware
Browse files Browse the repository at this point in the history
renaming tm6000-xc3028.fw to xc3028-v24.fw

Signed-off-by: Stefan Ringel <stefan.ringel@arcor.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Stefan Ringel authored and Mauro Carvalho Chehab committed May 19, 2010
1 parent 120756e commit e18f58c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/tm6000/tm6000-cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ static void tm6000_config_tuner (struct tm6000_core *dev)
if (dev->dev_type == TM6010)
ctl.fname = "xc3028-v27.fw";
else
ctl.fname = "tm6000-xc3028.fw";
ctl.fname = "xc3028-v24.fw";
}

printk(KERN_INFO "Setting firmware parameters for xc2028\n");
Expand Down

0 comments on commit e18f58c

Please sign in to comment.