From: Laxman Dewangan Date: Wed, 13 Jun 2012 10:12:39 +0000 (+0530) Subject: i2c: tegra: make all resource allocation through devm_* X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f009a914b40be8786fa67b1f4345cacc263b48c;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