ASoC: tegra20-ac97: Remove duplicate error message
authorThierry Reding <thierry.reding@gmail.com>
Fri, 28 Jun 2013 19:53:24 +0000 (21:53 +0200)
committerMark Brown <broonie@linaro.org>
Sat, 29 Jun 2013 09:54:49 +0000 (10:54 +0100)
commit128521f6017d36d7c01449d4c97b37dc10c93387
tree8837ab9a643b456c57b8528e486bc925fb15449e
parentb047e1cce8fe32475ab61846772943a5e4c0a908
ASoC: tegra20-ac97: Remove duplicate error message

devm_ioremap_resource() already outputs an error message when any of the
operations it performs fails, so the duplicate in the caller can be
removed.

Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/tegra/tegra20_ac97.c