aboutsummaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorMichel Ludwig <michel.ludwig@gmail.com>2007-07-27 08:24:39 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-01-25 19:01:04 -0200
commitff7326d4f09aee7fc0416d3b3d6f7106d0961f1f (patch)
treecab9c3388bcfa4c533c1c08596c3b225d39249f1 /drivers
parentd4e7668104f7f17fa093121bf13e9728b88da57d (diff)
V4L/DVB (6428): Make the naming of the DTV firmware files more consistent
Signed-off-by: Michel Ludwig <michel.ludwig@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/media/video/tuner-xc2028.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/tuner-xc2028.c b/drivers/media/video/tuner-xc2028.c
index f514c5ce5c8..78e83700a13 100644
--- a/drivers/media/video/tuner-xc2028.c
+++ b/drivers/media/video/tuner-xc2028.c
@@ -32,8 +32,8 @@ static const char *firmware_INIT1 = "tm_xc3028_68M_MTS_init1.fw";
/* Standard-specific firmwares */
static const char *firmware_6M = "tm_xc3028_DTV_6M.fw";
-static const char *firmware_7M = "tm_xc3028_7M.fw";
-static const char *firmware_8M = "tm_xc3028_8M.fw";
+static const char *firmware_7M = "tm_xc3028_DTV_7M.fw";
+static const char *firmware_8M = "tm_xc3028_DTV_8M.fw";
static const char *firmware_B = "tm_xc3028_B_PAL.fw";
static const char *firmware_DK = "tm_xc3028_DK_PAL_MTS.fw";
static const char *firmware_MN = "tm_xc3028_MN_BTSC.fw";