linux/drivers/staging/vt6655
Jia-Ju Bai 88a527c498 staging: vt6655: Use GFP_KERNEL in kzalloc
Four kzalloc functions are called with GFP_ATOMIC.
But according to driver call graph, they are not in atomic context,
namely no spinlock is held nor in an interrupt handler.

All these "GFP_ATOMIC"s are unnecessary,
and replace with with "GFP_KERNEL"s.

Signed-off-by: Jia-Ju Bai <baijiaju1990@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-12-19 15:16:50 +01:00
..
Kconfig staging: vt6655: switch driver over to mac80211 2014-10-29 13:31:30 -07:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
TODO
baseband.c staging: vt6655: Remove redundant license text 2017-11-28 13:20:47 +01:00
baseband.h staging: vt6655: Remove redundant license text 2017-11-28 13:20:47 +01:00
card.c staging: vt6655: Remove redundant license text 2017-11-28 13:20:47 +01:00
card.h staging: vt6655: Remove redundant license text 2017-11-28 13:20:47 +01:00
channel.c staging: vt6655: Remove redundant license text 2017-11-28 13:20:47 +01:00
channel.h staging: vt6655: Remove redundant license text 2017-11-28 13:20:47 +01:00
desc.h staging: vt6655: Remove redundant license text 2017-11-28 13:20:47 +01:00
device.h staging: vt6655: Remove redundant license text 2017-11-28 13:20:47 +01:00
device_cfg.h staging: vt6655: Remove redundant license text 2017-11-28 13:20:47 +01:00
device_main.c staging: vt6655: Use GFP_KERNEL in kzalloc 2017-12-19 15:16:50 +01:00
dpc.c staging: vt6655: Remove redundant license text 2017-11-28 13:20:47 +01:00
dpc.h staging: vt6655: Remove redundant license text 2017-11-28 13:20:47 +01:00
key.c staging: vt6655: Remove redundant license text 2017-11-28 13:20:47 +01:00
key.h staging: vt6655: Remove redundant license text 2017-11-28 13:20:47 +01:00
mac.c staging: vt6655: Remove redundant license text 2017-11-28 13:20:47 +01:00
mac.h staging: vt6655: Remove redundant license text 2017-11-28 13:20:47 +01:00
power.c staging: vt6655: Remove redundant license text 2017-11-28 13:20:47 +01:00
power.h staging: vt6655: Remove redundant license text 2017-11-28 13:20:47 +01:00
rf.c staging: vt6655: Remove redundant license text 2017-11-28 13:20:47 +01:00
rf.h staging: vt6655: Remove redundant license text 2017-11-28 13:20:47 +01:00
rxtx.c staging: vt6655: Remove redundant license text 2017-11-28 13:20:47 +01:00
rxtx.h staging: vt6655: Remove redundant license text 2017-11-28 13:20:47 +01:00
srom.c staging: vt6655: Remove redundant license text 2017-11-28 13:20:47 +01:00
srom.h staging: vt6655: Remove redundant license text 2017-11-28 13:20:47 +01:00
test
tmacro.h staging: vt6655: Remove redundant license text 2017-11-28 13:20:47 +01:00
upc.h staging: vt6655: Remove redundant license text 2017-11-28 13:20:47 +01:00