ASoC: Fix trivial build regression in Kirkwood I2S
authorArnd Bergmann <arnd@arndb.de>
Sun, 11 Sep 2011 18:07:30 +0000 (20:07 +0200)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 12 Sep 2011 10:48:12 +0000 (11:48 +0100)
A fix merged in 3.1-rc2 introduced a small regression, this should get it
to build again.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Liam Girdwood <lrg@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/kirkwood/kirkwood-i2s.c

index 8f16cd3..d0bcf3f 100644 (file)
@@ -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);