irda: use GFP_KERNEL in irda_create()
authorMathias Krause <minipli@googlemail.com>
Fri, 5 Apr 2013 10:41:27 +0000 (10:41 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 8 Apr 2013 16:09:17 +0000 (12:09 -0400)
irda_create() is called from user context only, therefore has no need
for GFP_ATOMIC.

Signed-off-by: Mathias Krause <minipli@googlemail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found