aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorJulia Lawall <[email protected]>2012-10-04 17:12:59 -0700
committerLinus Torvalds <[email protected]>2012-10-06 03:04:54 +0900
commit66be0e5bf5f555742a14a14712b537470dd2ba7e (patch)
treecfcb610b921bfe71d481fc52c215cae31316b507 /tools/perf/scripts/python/syscall-counts.py
parent56a2aba3c4c57ccbbb480f9e64e33aa752cb6a30 (diff)
drivers/video/backlight/da9052_bl.c: drop devm_kfree of devm_kzalloc'd data
devm_kfree should not have to be explicitly used. The semantic patch that fixes this problem is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ expression x,d; @@ x = devm_kzalloc(...) ... ?-devm_kfree(d,x); // </smpl> Signed-off-by: Julia Lawall <[email protected]> Acked-by: Jingoo Han <[email protected]> Signed-off-by: Florian Tobias Schandinat <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions