From 54e31cb0f69072b07cda9e618e8432d25b0da6f0 Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Sat, 24 May 2008 00:01:40 +0100 Subject: [PATCH] --- yaml --- r: 100944 b: refs/heads/master c: c2ba47d776bf9a45e15f28fc73ad44877437bef9 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/pci/vx222/vx222_ops.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 93cb61104d64..4652115414c1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b0d31d6b28c7ca2ed78ce16ec649c0aac383a3fe +refs/heads/master: c2ba47d776bf9a45e15f28fc73ad44877437bef9 diff --git a/trunk/sound/pci/vx222/vx222_ops.c b/trunk/sound/pci/vx222/vx222_ops.c index b4bfc1acde88..631f3a639993 100644 --- a/trunk/sound/pci/vx222/vx222_ops.c +++ b/trunk/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);