diff options
author | Wei Yongjun <weiyongjun1@huawei.com> | 2017-01-25 15:09:52 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-01-27 09:13:57 +0100 |
commit | f2d697604cc860a177b793f669b22ef9c13131b9 (patch) | |
tree | 3cf3e504efb473a7327ba8d12441a4e72f5240fc /drivers/hv/hv_util.c | |
parent | eeprom: idt_89hpesx: Discard memory freeing allocated by devm_kmalloc (diff) | |
download | linux-f2d697604cc860a177b793f669b22ef9c13131b9.tar.xz linux-f2d697604cc860a177b793f669b22ef9c13131b9.zip |
eeprom: idt_89hpesx: Drop kfree for memory allocated with devm_kzalloc
It's not necessary to free memory allocated with devm_kzalloc
and using kfree leads to a double free.
Fixes: cfad6425382e ("eeprom: Add IDT 89HPESx EEPROM/CSR driver")
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Serge Semin <fancer.lancer@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/hv/hv_util.c')
0 files changed, 0 insertions, 0 deletions