From: Elena Oat Date: Sun, 9 Mar 2014 12:04:40 +0000 (+0200) Subject: Staging: rtl8188eu: Replace rtw_zmalloc with kzalloc. X-Git-Tag: v3.15-rc1~139^2~152 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6657bfb48983908cb70eb69a7898309e56f0134;p=pandora-kernel.git Staging: rtl8188eu: Replace rtw_zmalloc with kzalloc. This patch replaces rtw_zmalloc with kzalloc in function rtw_setstandby_cmd. There are no locks, hence GFP_KERNEL flag is used. Signed-off-by: Elena Oat Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed