irda: use GFP_KERNEL in irda_connect_response()
authorMathias Krause <minipli@googlemail.com>
Fri, 5 Apr 2013 10:41:28 +0000 (10:41 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 8 Apr 2013 16:09:18 +0000 (12:09 -0400)
commite1e3c806dab8bdf5d748653edc67b2d97804a666
tree5d8381ce9a3b86b805ebaa9cf004765b523dfb7a
parent84e2306e94549acd19e5d19734ddff3c2847e032
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>
net/irda/af_irda.c