diff options
author | Julia Lawall <julia@diku.dk> | 2011-04-22 16:11:21 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-05-24 03:08:54 -0400 |
commit | 683e7cdc207f71eef3ff46f5d36ec505c65fbbc6 (patch) | |
tree | ab1c2ebbb3c3b5faae511a84685e3ad6b5654e9a /CREDITS | |
parent | 94cd1ae2fd251fd8206c043ce91a99a45439a116 (diff) |
drivers/video: Convert release_resource to release_mem_region
Request_mem_region should be used with release_mem_region, not
release_resource.
The semantic match that finds this problem is as follows:
(http://coccinelle.lip6.fr/)
// <smpl>
@s exists@
expression e1,e2,e3,e4,e;
@@
*e4 = request_mem_region(e1,e2,e3)
... when != e4 = e
*release_resource(e4);
// </smpl>
Signed-off-by: Julia Lawall <julia@diku.dk>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'CREDITS')
0 files changed, 0 insertions, 0 deletions