From b6657bfb48983908cb70eb69a7898309e56f0134 Mon Sep 17 00:00:00 2001 From: Elena Oat Date: Sun, 9 Mar 2014 14:04:40 +0200 Subject: [PATCH] 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-format-patch failed