From: Greg Kroah-Hartman Date: Fri, 20 Jul 2012 22:37:12 +0000 (-0700) Subject: staging: csr: remove CsrMemAlloc() X-Git-Tag: v3.6-rc1~100^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70128792b7802efcf485e9b62249cf8a639187d8;p=pandora-kernel.git staging: csr: remove CsrMemAlloc() It's just calling kmalloc(, GFP_KERNEL), so call that instead. A few places should be calling kzalloc(), so do that, and remove the call to memset at the same time. Cc: Mikko Virkkilä Cc: Lauri Hintsala Cc: Riku Mettälä Cc: Veli-Pekka Peltola Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed