commit | e1e3c806dab8bdf5d748653edc67b2d97804a666 | [log] [tgz] |
---|---|---|
author | Mathias Krause <minipli@googlemail.com> | Fri Apr 05 10:41:28 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Apr 08 12:09:18 2013 -0400 |
tree | 5d8381ce9a3b86b805ebaa9cf004765b523dfb7a | |
parent | 84e2306e94549acd19e5d19734ddff3c2847e032 [diff] |
irda: use GFP_KERNEL in irda_connect_response() The only call site of irda_connect_response() is irda_accept() -- a function called from user context only. Therefore it has no need for GFP_ATOMIC. Signed-off-by: Mathias Krause <minipli@googlemail.com> Signed-off-by: David S. Miller <davem@davemloft.net>