From: Ben Chan Date: Wed, 12 Sep 2012 18:43:41 +0000 (-0700) Subject: staging: gdm72xx: simplify alloc_tx_struct and alloc_rx_struct X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~75^2~253 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=129575f2a8958a1e90780b0d5b80702bb45b5aac;p=pandora-kernel.git staging: gdm72xx: simplify alloc_tx_struct and alloc_rx_struct This patch simplifies alloc_tx_struct and alloc_rx_struct in gdm_sdio.c and gdm_usb.c by replacing kmalloc+memset with kzalloc and reorganizing the code. Signed-off-by: Ben Chan Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed