]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
Staging: rtl8188eu: Replace rtw_zmalloc with kzalloc.
authorElena Oat <oat.elena@gmail.com>
Sun, 9 Mar 2014 12:04:40 +0000 (14:04 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Mar 2014 17:46:37 +0000 (10:46 -0700)
commitb6657bfb48983908cb70eb69a7898309e56f0134
treef2d64e7c1b57e717abd129dd2be751ede80b0831
parent4d7af37672f456dd32c6200f87fe02a7103b4323
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 <oat.elena@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_cmd.c