From: Mathias Krause Date: Fri, 5 Apr 2013 11:02:07 +0000 (+0000) Subject: TTY: ircomm, use GFP_KERNEL in ircomm_open() X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~65^2~196 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c17277f7d7c502afe1062587913d47881ba0f116;p=pandora-kernel.git TTY: ircomm, use GFP_KERNEL in ircomm_open() Hi Greg, I'm unsure if you or Dave should take that one as it's for one a TTY patch but also living under net/. So I'm uncertain and let you decide! Thanks, Mathias -- >8 -- Subject: [PATCH] TTY: ircomm, use GFP_KERNEL in ircomm_open() We're clearly running in non-atomic context as our only call site is able to call wait_event_interruptible(). So we're safe to use GFP_KERNEL here instead of GFP_ATOMIC. Signed-off-by: Mathias Krause Acked-by: Greg Kroah-Hartman Signed-off-by: David S. Miller --- Reading git-diff-tree failed