From: Salym Senyonga Date: Sat, 25 Jan 2014 09:54:41 +0000 (+0300) Subject: Staging: ozwpan: Change kmalloc() to kzalloc() X-Git-Tag: v3.15-rc1~139^2~1199 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4b41af14d7dc683ecd84a10fed8ea38b94f0f28;p=pandora-kernel.git Staging: ozwpan: Change kmalloc() to kzalloc() changing to kzalloc lets us get rid of some lines. The other concern here is that some members of binding->ptype are still uninitialized at the end of the function. Signed-off-by: Salym Senyonga Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed