From: Stephen Warren Date: Wed, 23 Nov 2011 01:21:20 +0000 (-0700) Subject: ASoC: Tegra+WM8903 machine: Use devm_ APIs and module_platform_driver X-Git-Tag: v3.3-rc1~14^2~315 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4e4c18a930ff11940ba2c525676566bd631706f;p=pandora-kernel.git ASoC: Tegra+WM8903 machine: Use devm_ APIs and module_platform_driver module_platform_driver 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