From: Lee Jones Date: Mon, 5 Nov 2012 15:10:35 +0000 (+0100) Subject: mfd: ab8500-core: Use devm_* memory/IRQ and allocation/free routines X-Git-Tag: v3.8-rc1~85^2~99 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c4203cb5814f53169dc4ff084a65dcf509b6f60;p=pandora-kernel.git mfd: ab8500-core: Use devm_* memory/IRQ and allocation/free routines It is better to use devm_* calls, as they allow for easier and more automatic clean-up. Resources are device allocated, so when a device is freed, so are all associated resources. Acked-by: Linus Walleij Signed-off-by: Lee Jones Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed