Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8a08f4c4 authored by Thierry Reding's avatar Thierry Reding Committed by Mark Brown
Browse files

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: default avatarThierry Reding <thierry.reding@gmail.com>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent 128521f6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;