]> Pileus Git - ~andy/linux/commit
ASoC: SPEAr spdif_{in,out}: use devm for clk and a few more cleanups
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Wed, 8 May 2013 09:47:38 +0000 (11:47 +0200)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Sun, 12 May 2013 18:03:12 +0000 (22:03 +0400)
commitbfcc74e6101a978b3987e767815595e5a9fec2ca
treeeb7f22bab0edcd1344252c1d6cb848735bbd731b
parent52c102e534fd46a25aacab37bbaaa593929a2ca1
ASoC: SPEAr spdif_{in,out}: use devm for clk and a few more cleanups

Drop dev_set_drvdata as this is handled in the core and use
devm_request_and_ioremap instead of devm_ioremap to properly register the
address range used

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/spear/spdif_in.c
sound/soc/spear/spdif_out.c