commit | e1ada0f2c2286f113870b186a563eaee86d80f3c | [log] [tgz] |
---|---|---|
author | Himangi Saraogi <himangi774@gmail.com> | Mon Jul 14 14:23:51 2014 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Jul 16 13:47:53 2014 -0700 |
tree | bd162431c74095792f0a0222e8ffd71e206af0a1 | |
parent | 9f48c89862e39b7f33b44123fc425cf901c89428 [diff] |
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 <sudeep.dutt@intel.com> Signed-off-by: Himangi Saraogi <himangi774@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>