projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0714f6
)
V4L/DVB (11296): cx23885: bugfix error message if firmware is not found
author
Steven Toth
<stoth@linuxtv.org>
Sat, 28 Mar 2009 16:58:28 +0000
(13:58 -0300)
committer
Mauro 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
patch
|
blob
|
history
diff --git
a/drivers/media/video/cx23885/cx23885-417.c
b/drivers/media/video/cx23885/cx23885-417.c
index b02944d3893216bb944a2096238982300c6982b8..9e57c33b5496f54cde12adbf847eafda4462448c 100644
(file)
--- 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)
if (retval != 0) {
printk(KERN_ERR
"ERROR: Hotplug firmware request failed (%s).\n",
- CX23
41X_FIRM_ENC_FILE
NAME);
+ CX23
885_FIRM_IMAGE_
NAME);
printk(KERN_ERR "Please fix your hotplug setup, the board will "
"not work without firmware loaded!\n");
return -1;