commit | 381a2c6fb9c5e7d31e2caae48ced6e6e2273e5f3 | [log] [tgz] |
---|---|---|
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | Wed Jul 04 15:01:06 2018 +0000 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Wed Jul 04 16:08:59 2018 +0000 |
tree | 1b9edb8ebace4fc06480766ec4bed04f5fcf02cf | |
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>