diff options
author | 2012-08-04 06:50:49 +0000 | |
---|---|---|
committer | 2012-08-06 13:24:27 -0700 | |
commit | 7cefdd1f55ec075f1f2da0a321495d5a8262ffaa (patch) | |
tree | f09362c83c28bd0a70050cd566421d834eba1aed /tools/perf/scripts/python/export-to-postgresql.py | |
parent | batman-adv: select an internet gateway if none was chosen (diff) | |
download | linux-dev-7cefdd1f55ec075f1f2da0a321495d5a8262ffaa.tar.xz linux-dev-7cefdd1f55ec075f1f2da0a321495d5a8262ffaa.zip |
drivers/net/phy/mdio-mux-gpio.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 <Julia.Lawall@lip6.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions