Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers: net: davinci_cpdma: remove kfree on objects allocated with d…
…evm_* apis memories allocated with devm_* apis must not be freed with kfree apis, so removing the kfree calls Fixes: e194312 ('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>
- Loading branch information