diff options
author | Amitoj Kaur Chawla <amitoj1606@gmail.com> | 2016-02-28 21:21:53 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-03-11 22:09:09 -0800 |
commit | 677c50721181b0375a763941ce188997588b1ace (patch) | |
tree | 2efd76dc3e14b3016458af471c0454a8871e0409 /mm/kasan | |
parent | fad2564eaa350368d95be2b7f0c832541dc9d09a (diff) |
staging: sm750fb: Replace kzalloc with devm_kzalloc
Devm_ functions allocate memory that is released when a driver
detaches.
Replace kzalloc with devm_kzalloc and remove corresponding
kfrees from probe and remove functions of a pci_dev.
Also, an unnecessary label has been removed by replacing it
with a direct return statement.
Signed-off-by: Amitoj Kaur Chawla <amitoj1606@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'mm/kasan')
0 files changed, 0 insertions, 0 deletions