From: Himangi Saraogi Date: Fri, 4 Jul 2014 17:19:57 +0000 (+0530) Subject: staging: goldfish: Introduce the use of managed interfaces X-Git-Tag: omap-for-v3.17/fixes-against-rc2~166^2~1113 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85f28332e3de1eeb7c902fd2763cf79012ccf26b;p=pandora-kernel.git staging: goldfish: Introduce the use of managed interfaces This patch introduces the use of managed interfaces like devm_kzalloc, devm_ioremap, dmam_alloc_coherent, devm_request_irq and does away with the calls to functions to free the allocated memory in the probe and remove functions. Also, the labels are removed in the probe function. Signed-off-by: Himangi Saraogi Acked-by: Julia Lawall Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed