From: Himangi Saraogi Date: Mon, 14 Jul 2014 21:23:51 +0000 (-0700) Subject: misc: mic: Introduce the managed version of ioremap X-Git-Tag: omap-for-v3.17/fixes-against-rc2~168^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1ada0f2c2286f113870b186a563eaee86d80f3c;p=pandora-kernel.git misc: mic: Introduce the managed version of ioremap This patch moves data allocated using ioremap to managed data allocated using devm_ioremap and cleans now unnecessary iounmaps in probe and remove functions. Also the unnecessary label iounmap is done away with. Link: https://lkml.org/lkml/2014/6/1/191 Tested-by: Sudeep Dutt Signed-off-by: Himangi Saraogi Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed