aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video
diff options
context:
space:
mode:
authorSteven Toth <stoth@linuxtv.org>2009-03-28 12:58:28 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-03-30 11:43:48 -0400
commitd35ed62704bc1d44dd4746a242e8c09f2a48fc40 (patch)
treeb6504bb6031dd3cd4641b9d89775af3fa62d02f5 /drivers/media/video
parentc0714f6cc6a7850062db41d5b2b8b90e5682ae41 (diff)
V4L/DVB (11296): cx23885: bugfix error message if firmware is not found
If the firmware failed to be found the error message indicated the incorrect filename. Signed-off-by: Steven Toth <stoth@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video')
-rw-r--r--drivers/media/video/cx23885/cx23885-417.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx23885/cx23885-417.c b/drivers/media/video/cx23885/cx23885-417.c
index b02944d3893..9e57c33b549 100644
--- a/drivers/media/video/cx23885/cx23885-417.c
+++ b/drivers/media/video/cx23885/cx23885-417.c
@@ -896,7 +896,7 @@ static int cx23885_load_firmware(struct cx23885_dev *dev)
896 if (retval != 0) { 896 if (retval != 0) {
897 printk(KERN_ERR 897 printk(KERN_ERR
898 "ERROR: Hotplug firmware request failed (%s).\n", 898 "ERROR: Hotplug firmware request failed (%s).\n",
899 CX2341X_FIRM_ENC_FILENAME); 899 CX23885_FIRM_IMAGE_NAME);
900 printk(KERN_ERR "Please fix your hotplug setup, the board will " 900 printk(KERN_ERR "Please fix your hotplug setup, the board will "
901 "not work without firmware loaded!\n"); 901 "not work without firmware loaded!\n");
902 return -1; 902 return -1;