coccinelle: semantic patches related to devm_ functions (part 2)
authorJulia Lawall <Julia.Lawall@lip6.fr>
Tue, 27 Dec 2011 17:28:51 +0000 (18:28 +0100)
committerMichal Marek <mmarek@suse.cz>
Sat, 14 Jan 2012 21:40:04 +0000 (22:40 +0100)
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>

No differences found