summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorThierry Reding <thierry.reding@gmail.com>2013-06-28 21:53:25 +0200
committerMark Brown <broonie@linaro.org>2013-06-29 10:54:49 +0100
commit8a08f4c4f24b4dfe7ff08542868e2b434c96221f (patch)
treef7c333dd9c49e5c4e7dac3bbf808f4cdf3514369 /sound
parent128521f6017d36d7c01449d4c97b37dc10c93387 (diff)
downloadlinux-0-day-8a08f4c4f24b4dfe7ff08542868e2b434c96221f.tar.gz
linux-0-day-8a08f4c4f24b4dfe7ff08542868e2b434c96221f.tar.xz
ASoC: tegra20-ac97: Remove unused variable
With the conversion to devm_ioremap_resource() the memregion variable is no longer used so it can be dropped. Signed-off-by: Thierry Reding <thierry.reding@gmail.com> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/tegra/tegra20_ac97.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/tegra/tegra20_ac97.c b/sound/soc/tegra/tegra20_ac97.c
index 6c1255b44535d..e58233f7df616 100644
--- a/sound/soc/tegra/tegra20_ac97.c
+++ b/sound/soc/tegra/tegra20_ac97.c
@@ -312,7 +312,7 @@ static const struct regmap_config tegra20_ac97_regmap_config = {
static int tegra20_ac97_platform_probe(struct platform_device *pdev)
{
struct tegra20_ac97 *ac97;
- struct resource *mem, *memregion;
+ struct resource *mem;
u32 of_dma[2];
void __iomem *regs;
int ret = 0;