summaryrefslogtreecommitdiff
path: root/sound/soc
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc')
-rw-r--r--sound/soc/tegra/tegra30_dam.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sound/soc/tegra/tegra30_dam.c b/sound/soc/tegra/tegra30_dam.c
index 8460266d0d66..19ec176a570e 100644
--- a/sound/soc/tegra/tegra30_dam.c
+++ b/sound/soc/tegra/tegra30_dam.c
@@ -618,11 +618,10 @@ static int __devinit tegra30_dam_probe(struct platform_device *pdev)
for (i = 0; i <= TEGRA30_DAM_CTRL_REGINDEX; i++) {
if ((i == TEGRA30_DAM_CTRL_RSVD_6) ||
- (i == TEGRA30_DAM_CTRL_RSVD_10))
+ (i == TEGRA30_DAM_CTRL_RSVD_10))
continue;
- dam->reg_cache[i] =
- tegra30_dam_readl(dam, i << 2);
+ dam->reg_cache[i] = tegra30_dam_readl(dam, i << 2);
}
tegra30_dam_disable_clock(pdev->id);