projects
/
platform
/
kernel
/
linux-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0d31d6
)
vx222: treat firmware data as const
author
David Woodhouse
<dwmw2@infradead.org>
Fri, 23 May 2008 23:01:40 +0000
(
00:01
+0100)
committer
David Woodhouse
<David.Woodhouse@intel.com>
Thu, 10 Jul 2008 13:26:06 +0000
(14:26 +0100)
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
sound/pci/vx222/vx222_ops.c
patch
|
blob
|
history
diff --git
a/sound/pci/vx222/vx222_ops.c
b/sound/pci/vx222/vx222_ops.c
index
b4bfc1a
..
631f3a6
100644
(file)
--- a/
sound/pci/vx222/vx222_ops.c
+++ b/
sound/pci/vx222/vx222_ops.c
@@
-359,7
+359,7
@@
static int vx2_load_xilinx_binary(struct vx_core *chip, const struct firmware *x
{
unsigned int i;
unsigned int port;
- unsigned char *image;
+
const
unsigned char *image;
/* XILINX reset (wait at least 1 milisecond between reset on and off). */
vx_outl(chip, CNTRL, VX_CNTRL_REGISTER_VALUE | VX_XILINX_RESET_MASK);