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