From: Greg Kroah-Hartman Date: Sat, 3 Mar 2012 00:51:09 +0000 (-0800) Subject: staging: ozwpan: remove debug allocator X-Git-Tag: v3.4-rc1~186^2~78 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ec41a31fb695682cab7fc7c1f6ced84d188b6f9;p=pandora-kernel.git staging: ozwpan: remove debug allocator The kernel already has a debug allocator, no need to have one unique to a single driver. So delete it, replace with kfree, kmalloc, and, in a few places that need it, kzalloc(). Cc: Chris Kelly Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed