diff options
author | Julia Lawall <[email protected]> | 2018-12-23 09:57:09 +0100 |
---|---|---|
committer | Vinod Koul <[email protected]> | 2019-01-07 09:49:26 +0530 |
commit | 3c763b388897a7398ef797b93cbf6580b6ae49e1 (patch) | |
tree | 2372ba22574eadeaf11a5fda056b6940efa84d1c /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 1bd09f869f9b294b5645e2ac153ee59604ef959e (diff) |
dmaengine: st_fdma: drop useless LIST_HEAD
Drop LIST_HEAD where the variable it declares is never used.
The declarations were introduced with the file, but the declared
variables were not used.
The semantic patch that fixes this problem is as follows:
(http://coccinelle.lip6.fr/)
// <smpl>
@@
identifier x;
@@
- LIST_HEAD(x);
... when != x
// </smpl>
Fixes: 6b4cd727eaf1 ("dmaengine: st_fdma: Add STMicroelectronics FDMA engine driver support")
Signed-off-by: Julia Lawall <[email protected]>
Signed-off-by: Vinod Koul <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions