commit | fb3f8af4ff52faf9b31e6c4e8ca0b0b16332808c | [log] [tgz] |
---|---|---|
author | Julia Lawall <Julia.Lawall@lip6.fr> | Tue Dec 27 18:28:51 2011 +0100 |
committer | Michal Marek <mmarek@suse.cz> | Sat Jan 14 22:40:04 2012 +0100 |
tree | 41aa64830b16a74300c0d6dd5f1323b373c86655 | |
parent | 22e0059af301ec163d563c3590d2277c2a557d4f [diff] |
coccinelle: semantic patches related to devm_ functions (part 2) devm_ functions allocate memory that is to remain allocated until the device is detached. This patch checks for freeing of such memory using standard memory freeing functions. Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Michal Marek <mmarek@suse.cz>