Merge branch 'for-2.6.32' into for-2.6.33
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 27 Nov 2009 16:56:22 +0000 (16:56 +0000)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 27 Nov 2009 16:56:22 +0000 (16:56 +0000)
sound/soc/codecs/tlv320aic23.c

index a091ce77810890326059fb2030e77b2f5ef0003f..09d1af85b6f1ceda82bebde641178a7188aa9e4a 100644 (file)
@@ -624,11 +624,10 @@ static int tlv320aic23_resume(struct platform_device *pdev)
 {
        struct snd_soc_device *socdev = platform_get_drvdata(pdev);
        struct snd_soc_codec *codec = socdev->card->codec;
-       int i;
        u16 reg;
 
        /* Sync reg_cache with the hardware */
-       for (reg = 0; reg < ARRAY_SIZE(tlv320aic23_reg); i++) {
+       for (reg = 0; reg < TLV320AIC23_RESET; reg++) {
                u16 val = tlv320aic23_read_reg_cache(codec, reg);
                tlv320aic23_write(codec, reg, val);
        }
This page took 0.025663 seconds and 5 git commands to generate.