commit | 22e0059af301ec163d563c3590d2277c2a557d4f | [log] [tgz] |
---|---|---|
author | Julia Lawall <Julia.Lawall@lip6.fr> | Tue Dec 27 18:28:50 2011 +0100 |
committer | Michal Marek <mmarek@suse.cz> | Sat Jan 14 22:39:53 2012 +0100 |
tree | 6ac7178b9f2ef6a6210f98f92020e7987ac8bc28 | |
parent | f95ab20972cfefa8ee5428d6c3afd4cb8eacabf4 [diff] |
coccinelle: semantic patches related to devm_ functions (part 1) devm_ functions allocate memory that is to remain allocated until the device is detached. This patch checks for opportunities for using the function devm_request_and_ioremap. Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Michal Marek <mmarek@suse.cz>