patch-2.4.21 linux-2.4.21/drivers/sound/cs46xx.c

Next file: linux-2.4.21/drivers/sound/dmasound/dmasound_core.c
Previous file: linux-2.4.21/drivers/sound/cmpci.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.20/drivers/sound/cs46xx.c linux-2.4.21/drivers/sound/cs46xx.c
@@ -4304,7 +4304,7 @@
     {
         offset = ClrStat[i].BA1__DestByteOffset;
         count  = ClrStat[i].BA1__SourceSize;
-        for(  temp1 = offset; temp1<(offset+count); temp1+=4 );
+        for(  temp1 = offset; temp1<(offset+count); temp1+=4 )
               writel(0, pBA1+temp1);
     }
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)