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

Commit 5013951b authored by Arnd Bergmann's avatar Arnd Bergmann Committed by Mark Brown
Browse files

ASoC: Fix trivial build regression in Kirkwood I2S



A fix merged in 3.1-rc2 introduced a small regression, this should get it
to build again.

Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
Acked-by: default avatarLiam Girdwood <lrg@ti.com>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent c5d2e650
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -424,7 +424,7 @@ static __devinit int kirkwood_i2s_dev_probe(struct platform_device *pdev)
	if (!priv->mem) {
		dev_err(&pdev->dev, "request_mem_region failed\n");
		err = -EBUSY;
		goto error_alloc;
		goto err_alloc;
	}

	priv->io = ioremap(priv->mem->start, SZ_16K);