summaryrefslogtreecommitdiffstats
path: root/sound/pci/vx222/vx222_ops.c
diff options
context:
space:
mode:
authorDavid Woodhouse2008-05-24 01:01:40 +0200
committerDavid Woodhouse2008-07-10 15:26:06 +0200
commitc2ba47d776bf9a45e15f28fc73ad44877437bef9 (patch)
treebf3fed74b00c15730801eea6c5071e3a39609be3 /sound/pci/vx222/vx222_ops.c
parentmyri10ge: treat firmware data as const (diff)
downloadkernel-qcow2-linux-c2ba47d776bf9a45e15f28fc73ad44877437bef9.tar.gz
kernel-qcow2-linux-c2ba47d776bf9a45e15f28fc73ad44877437bef9.tar.xz
kernel-qcow2-linux-c2ba47d776bf9a45e15f28fc73ad44877437bef9.zip
vx222: treat firmware data as const
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'sound/pci/vx222/vx222_ops.c')
-rw-r--r--sound/pci/vx222/vx222_ops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/vx222/vx222_ops.c b/sound/pci/vx222/vx222_ops.c
index b4bfc1acde88..631f3a639993 100644
--- 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);