From: Mugunthan V N Date: Mon, 13 Oct 2014 16:51:05 +0000 (+0530) Subject: drivers: net: davinci_cpdma: remove kfree on objects allocated with devm_* apis X-Git-Tag: fixes-against-v3.18-rc2~61^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff9538b1fce3a3af66578c072259dba7f7b4fe7a;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed