]> git.baikalelectronics.ru Git - kernel.git/commit
staging: rtl8712: Replace GFP_ATOMIC with GFP_KERNEL
authorAmitoj Kaur Chawla <amitoj1606@gmail.com>
Sat, 10 Oct 2015 09:01:11 +0000 (14:31 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 13 Oct 2015 03:43:20 +0000 (20:43 -0700)
commitec114cf2d6dd1fd40dd166c7142c4bfd6aafa156
tree777c9f121b2a476c6f724d5903ea515323a011f9
parente18439d13c9f7e43360c0c1ef403f4730ae3994b
staging: rtl8712: Replace GFP_ATOMIC with GFP_KERNEL

Replace GFP_ATOMIC with GFP_KERNEL since GFP_ATOMIC is used in
atomic context and only needed when functions are not allowed to sleep
whereas the function is later calling msleep().

Signed-off-by: Amitoj Kaur Chawla <amitoj1606@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8712/hal_init.c