commit | e856f3a7d706b37d8be9b41e41b19f4919570e57 | [log] [tgz] |
---|---|---|
author | Julia Lawall <Julia.Lawall@lip6.fr> | Thu Feb 01 10:48:52 2018 +0100 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Feb 07 23:53:09 2018 +0900 |
tree | b26c47ce8d86c2ca2dc8f9d6a25467dfa939f0fa | |
parent | 0a5f41767444cc3b4fc5573921ab914b4f78baaa [diff] |
coccinelle: devm_free: reduce false positives Some files use both a non-devm allocation and a devm_allocation. Don't complain about a free when the same function contains a non-devm allocation. Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>