From: Laxman Dewangan Date: Wed, 13 Jun 2012 10:12:39 +0000 (+0530) Subject: i2c: tegra: make all resource allocation through devm_* X-Git-Tag: v3.6-rc1~67^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9cbb6b2b92d0fdade0fe00cc00e3658b44c86676;p=pandora-kernel.git i2c: tegra: make all resource allocation through devm_* Use the devm_* for the memory region allocation, interrupt request, clock handler request. By doing this, it does not require to explicitly free it and hence saving some code. Signed-off-by: Laxman Dewangan Signed-off-by: Wolfram Sang --- Reading git-diff-tree failed