ASoC: ep93xx: don't check resource with devm_ioremap_resource
authorWolfram Sang <wsa@the-dreams.de>
Tue, 23 Jul 2013 18:01:55 +0000 (20:01 +0200)
committerMark Brown <broonie@linaro.org>
Wed, 24 Jul 2013 14:33:41 +0000 (15:33 +0100)
commitbd23ee0c5e2af1d3cdef813039384abd400dcffc
treed5b9d0a4534b28cd83ad319fd99daf6d30fdca52
parent3b2f64d00c46e1e4e9bd0bb9bb12619adac27a4b
ASoC: ep93xx: don't check resource with devm_ioremap_resource

devm_ioremap_resource does sanity checks on the given resource. No need to
duplicate this in the driver.

Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/cirrus/ep93xx-ac97.c
sound/soc/cirrus/ep93xx-i2s.c