diff options
| author | 2012-09-01 18:33:08 +0200 | |
|---|---|---|
| committer | 2012-09-06 07:44:19 +0800 | |
| commit | 78bfee0e1e2e22c3062b41be8db618e7484c8e35 (patch) | |
| tree | b3241dba2b34f307f324ee8356c0155204144200 /tools/perf/scripts/python/sctop.py | |
| parent | spi/pl022: Fix chipselects pointer computation (diff) | |
| download | wireguard-linux-78bfee0e1e2e22c3062b41be8db618e7484c8e35.tar.xz wireguard-linux-78bfee0e1e2e22c3062b41be8db618e7484c8e35.zip | |
spi: spi-sh-hspi: 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 <Julia.Lawall@lip6.fr>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
