Merge tag 'sound-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...
[sfrench/cifs-2.6.git] / sound / isa / wavefront / wavefront_synth.c
index 2aaaa68071744ec9c7e25062788dbb821255cdb6..13ce96148fa3b2c3a4b52ab7d75e5325caf07478 100644 (file)
@@ -581,8 +581,6 @@ demunge_buf (unsigned char *src, unsigned char *dst, unsigned int src_bytes)
        int i;
        unsigned char *end = src + src_bytes;
     
-       end = src + src_bytes;
-
        /* NOTE: src and dst *CAN* point to the same address */
 
        for (i = 0; src != end; i++) {