From: Stephen Boyd Date: Mon, 3 Jun 2013 19:39:44 +0000 (-0700) Subject: mfd: ssbi: Use devm_* and simplify code X-Git-Tag: v3.11-rc1~53^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e578438820cdca91cb5eab477ec062236433ce5f;p=pandora-kernel.git mfd: ssbi: Use devm_* and simplify code Use devm_ioremap_resource and devm_kzalloc to simplify error paths and reduce lines of code. Also use dev_err() to keep consistency and drop the .remove function because the devm functions take care of what it's doing besides the now obsolete platform_set_drvdata() which we can just drop. Finally, use module_platform_driver() to save some more lines. Cc: David Brown Signed-off-by: Stephen Boyd Acked-by: Lee Jones Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed