Skip to content
Commit e1e3c806 authored by Mathias Krause's avatar Mathias Krause Committed by David S. Miller
Browse files

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: default avatarMathias Krause <minipli@googlemail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 84e2306e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment