diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2005-11-13 19:08:12 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-13 21:14:21 -0500 |
commit | 60f6c464d14b177778334344c86f15616899735a (patch) | |
tree | 688132b3e6b6c6bb75699ff277d0421834993566 /drivers | |
parent | c3e63002433d9a3de763b6cb49dc2c75a74d8604 (diff) |
[PATCH] v4l: 976: ensure consistent v4l firmware prefixes
Ensure consistent v4l firmware prefixes.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/video/cx25840/cx25840-firmware.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx25840/cx25840-firmware.c b/drivers/media/video/cx25840/cx25840-firmware.c index 368bcc8475c7..df9d50a75542 100644 --- a/drivers/media/video/cx25840/cx25840-firmware.c +++ b/drivers/media/video/cx25840/cx25840-firmware.c | |||
@@ -24,7 +24,7 @@ | |||
24 | 24 | ||
25 | #include "cx25840.h" | 25 | #include "cx25840.h" |
26 | 26 | ||
27 | #define FWFILE "cx25840.fw" | 27 | #define FWFILE "v4l-cx25840.fw" |
28 | #define FWSEND 1024 | 28 | #define FWSEND 1024 |
29 | 29 | ||
30 | #define FWDEV(x) &((x)->adapter->dev) | 30 | #define FWDEV(x) &((x)->adapter->dev) |