git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4e4c18
)
ASoC: Tegra TrimSlice machine: Use devm_ APIs and module_platform_driver
author
Stephen Warren
<swarren@nvidia.com>
Wed, 23 Nov 2011 01:21:21 +0000
(18:21 -0700)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Wed, 23 Nov 2011 11:10:52 +0000
(11:10 +0000)
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 <swarren@nvidia.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
No differences found