commit | ff9538b1fce3a3af66578c072259dba7f7b4fe7a | [log] [tgz] |
---|---|---|
author | Mugunthan V N <mugunthanvnm@ti.com> | Mon Oct 13 22:21:05 2014 +0530 |
committer | David S. Miller <davem@davemloft.net> | Tue Oct 14 15:59:37 2014 -0400 |
tree | f00f4d63da247807409c15df56fb81dc24cfa5db | |
parent | 2c7c9ea429ba30fe506747b7da110e2212d8fefa [diff] |
drivers: net: davinci_cpdma: remove kfree on objects allocated with devm_* apis memories allocated with devm_* apis must not be freed with kfree apis, so removing the kfree calls Fixes: e194312854ed ('drivers: net: davinci_cpdma: Convert kzalloc() to devm_kzalloc().') Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com> Signed-off-by: David S. Miller <davem@davemloft.net>