From: Stephen Warren Date: Wed, 23 Nov 2011 01:21:15 +0000 (-0700) Subject: ASoC: Tegra DAS: Use devm_ APIs and module_platform_driver X-Git-Tag: v3.3-rc1~14^2~320 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2296d7bf19a210a462a57bb90b1c9263d18a4ee;p=pandora-kernel.git ASoC: Tegra DAS: Use devm_ APIs and module_platform_driver module_platform_drive saves some boiler-plate code. The devm_ APIs remove the need to manually clean up allocations, thus removing some code. Signed-off-by: Stephen Warren Signed-off-by: Mark Brown --- Reading git-diff-tree failed