From: Devendra Naga Date: Sun, 2 Jun 2013 16:55:26 +0000 (+0530) Subject: staging: btmtk_usb: use GFP_KERNEL inplace of GFP_ATOMIC in _probe path X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~76^2~319 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51dd7d2995739df16ce2b584be3eb5d2e83b2822;p=pandora-kernel.git staging: btmtk_usb: use GFP_KERNEL inplace of GFP_ATOMIC in _probe path the _probe function doesn't run in interrupt context, so no need to use the GFP_ATOMIC allocations, instead driver can request for GFP_KERNEL Signed-off-by: Devendra Naga Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed