From: Wei Yongjun Date: Wed, 19 Jun 2013 02:47:06 +0000 (+0800) Subject: mfd: htc-egpio: Use devm_ioremap_nocache() instead of ioremap_nocache() X-Git-Tag: v3.11-rc1~53^2~16^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f9850f26241f1d4f9ed49eaa70e043a3bb24a7c;p=pandora-kernel.git mfd: htc-egpio: Use devm_ioremap_nocache() instead of ioremap_nocache() Replace probe-time ioremap_nocache() call with devm_ioremap_nocache() to avoid iounmap() missing and get rid of the corresponding iounmap() call on remove. Signed-off-by: Wei Yongjun Signed-off-by: Lee Jones --- Reading git-diff-tree failed