From: Michel Ludwig Date: Fri, 27 Jul 2007 11:24:39 +0000 (-0300) Subject: V4L/DVB (6428): Make the naming of the DTV firmware files more consistent X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ff7326d4f09aee7fc0416d3b3d6f7106d0961f1f;p=mv-sheeva.git V4L/DVB (6428): Make the naming of the DTV firmware files more consistent Signed-off-by: Michel Ludwig Signed-off-by: Mauro Carvalho Chehab --- 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";