Commit 3717e170 authored by Tyler Trafford's avatar Tyler Trafford Committed by Linus Torvalds

[PATCH] v4l: (958) Make cx25840 use firmware image named 'cx25840.fw'

Change default filename of firmware image to 'cx25840.fw'
Signed-off-by: default avatarTyler Trafford <tatrafford@comcast.net>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@brturbo.com.br>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 4aabf633
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#include "cx25840.h" #include "cx25840.h"
#define FWFILE "HcwMakoA.ROM" #define FWFILE "cx25840.fw"
#define FWSEND 1024 #define FWSEND 1024
#define FWDEV(x) &((x)->adapter->dev) #define FWDEV(x) &((x)->adapter->dev)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment