aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/net_dropmonitor.py
diff options
context:
space:
mode:
authorJulia Lawall <[email protected]>2012-09-01 18:33:09 +0200
committerGreg Kroah-Hartman <[email protected]>2012-09-05 12:41:57 -0700
commit9250dd5738ca2f2728913fefc6573daf5b95efa4 (patch)
treeb52ecd7a3313bac45505946f1eaeafd927e3bc66 /tools/perf/scripts/python/net_dropmonitor.py
parentd3dec96e401cc66d7280732558d711ac2ee7a531 (diff)
drivers/tty/serial/sirfsoc_uart.c: drop frees of devm_ alloc'd data
devm free functions should not have to be explicitly used. A semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ @@ ( * devm_kfree(...); | * devm_free_irq(...); | * devm_iounmap(...); | * devm_release_region(...); | * devm_release_mem_region(...); ) // </smpl> Signed-off-by: Julia Lawall <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions