From: Amit Daniel Kachhap Date: Thu, 16 Aug 2012 11:41:45 +0000 (-0600) Subject: thermal: exynos: Use devm_* functions X-Git-Tag: v3.7-rc1~12^2^3^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79e093c3fe9de9fe0743a53e4809f481d2719060;p=pandora-kernel.git thermal: exynos: Use devm_* functions devm_* functions are used to replace kzalloc, request_mem_region, ioremap and request_irq functions in probe call. With the usage of devm_* functions explicit freeing and unmapping is not required. Signed-off-by: Sachin Kamat Signed-off-by: Sachin Kamat Signed-off-by: Amit Daniel Kachhap Signed-off-by: Zhang Rui --- Reading git-diff-tree failed