From: Ravindran, Madhusudhanan (M.) Date: Fri, 13 Mar 2015 13:12:37 +0000 (+0000) Subject: staging: netlogic: allocate right size in devm_kzalloc X-Git-Tag: omap-for-v4.2/o2_dc~155^2~138^2~223 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bc88f63d7af89831fac82b67625f3e19156abba;p=pandora-kernel.git staging: netlogic: allocate right size in devm_kzalloc sizeof when applied to a pointer typed expression gives the size of the pointer. The semantic patch that makes this change is available in scripts/coccinelle/misc/noderef.cocci. Signed-off-by: Madhusudhanan Ravindran Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed