diff options
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2018-07-04 15:01:06 +0000 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2018-07-04 16:08:59 +0000 |
commit | 381a2c6fb9c5e7d31e2caae48ced6e6e2273e5f3 (patch) | |
tree | 1b9edb8ebace4fc06480766ec4bed04f5fcf02cf /drivers/ipack | |
parent | f9e02d80416933b0e07d57efecbe309bdea9c6c4 (diff) |
Input: iforce - use GFP_KERNEL in iforce_get_id_packet()
iforce_get_id_packet() invokes wait_event_interruptible_timeout() which
means it has to be in non-atomic context at that point, thus we can use
GFP_KERNEL instead of GFP_ATOMIC.
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/ipack')
0 files changed, 0 insertions, 0 deletions