From: Mathias Krause Date: Fri, 5 Apr 2013 10:41:28 +0000 (+0000) Subject: irda: use GFP_KERNEL in irda_connect_response() X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~65^2~197 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1e3c806dab8bdf5d748653edc67b2d97804a666;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed