]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
V4L/DVB (6428): Make the naming of the DTV firmware files more consistent
authorMichel Ludwig <michel.ludwig@gmail.com>
Fri, 27 Jul 2007 11:24:39 +0000 (08:24 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Fri, 25 Jan 2008 21:01:04 +0000 (19:01 -0200)
Signed-off-by: Michel Ludwig <michel.ludwig@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/tuner-xc2028.c

index f514c5ce5c8f4a365310cd46de0cef1a3cad4e89..78e83700a13cba8bef32f0921251ddd46d67c8ba 100644 (file)
@@ -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";