Commit 5013951be88e136d9990ef55303276e2779ce8d8

Authored by Arnd Bergmann
Committed by Mark Brown
1 parent c5d2e650bd

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: Arnd Bergmann <arnd@arndb.de>
Acked-by: Liam Girdwood <lrg@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

sound/soc/kirkwood/kirkwood-i2s.c
... ... @@ -424,7 +424,7 @@
424 424 if (!priv->mem) {
425 425 dev_err(&pdev->dev, "request_mem_region failed\n");
426 426 err = -EBUSY;
427   - goto error_alloc;
  427 + goto err_alloc;
428 428 }
429 429  
430 430 priv->io = ioremap(priv->mem->start, SZ_16K);