diff options
| author | Suniel Mahesh <sunil.m@techveda.org> | 2017-09-07 12:00:09 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-09-17 16:35:25 +0200 |
| commit | 92c9f472020c8bb15b949a7d69087388d6391954 (patch) | |
| tree | 3dafe6970477fdd8be5230b8966c2feb448fcac8 /tools/perf/scripts/python/bin/stackcollapse-record | |
| parent | 17d46dace25a294365cfa1503e0d6a805e7bb6ff (diff) | |
| download | linux-92c9f472020c8bb15b949a7d69087388d6391954.tar.gz linux-92c9f472020c8bb15b949a7d69087388d6391954.zip | |
staging: ccree: Replace kzalloc with devm_kzalloc
It is recommended to use managed function devm_kzalloc, which
simplifies driver cleanup paths and driver code.
This patch does the following:
(a) replace kzalloc with devm_kzalloc.
(b) drop kfree(), because memory allocated with devm_kzalloc() is
automatically freed on driver detach, otherwise it leads to a double
free.
(c) remove unnecessary blank lines.
Signed-off-by: Suniel Mahesh <sunil.m@techveda.org>
[gby: rebase on top of latest coding style fixes changes]
Acked-by: Gilad Ben-Yossef <gilad@benyossef.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
