]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
V4L/DVB (11296): cx23885: bugfix error message if firmware is not found
authorSteven Toth <stoth@linuxtv.org>
Sat, 28 Mar 2009 16:58:28 +0000 (13:58 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 30 Mar 2009 15:43:48 +0000 (12:43 -0300)
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>
drivers/media/video/cx23885/cx23885-417.c

index b02944d3893216bb944a2096238982300c6982b8..9e57c33b5496f54cde12adbf847eafda4462448c 100644 (file)
@@ -896,7 +896,7 @@ static int cx23885_load_firmware(struct cx23885_dev *dev)
        if (retval != 0) {
                printk(KERN_ERR
                        "ERROR: Hotplug firmware request failed (%s).\n",
-                       CX2341X_FIRM_ENC_FILENAME);
+                       CX23885_FIRM_IMAGE_NAME);
                printk(KERN_ERR "Please fix your hotplug setup, the board will "
                        "not work without firmware loaded!\n");
                return -1;