From: Dan Carpenter Date: Wed, 28 Mar 2012 07:30:26 +0000 (+0300) Subject: xHCI: use gfp flags from caller instead of GFP_ATOMIC X-Git-Tag: v3.4-rc3~23^2~1^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fc8206d3dca1550eb0a1f6e2a350881835954ba;p=pandora-kernel.git xHCI: use gfp flags from caller instead of GFP_ATOMIC The caller is allowed to specify the GFP flags for these functions. We should prefer their flags unless we have good reason. For example, if we take a spin_lock ourselves we'd need to use GFP_ATOMIC. But in this case it's safe to use the callers GFP flags. The callers all pass GFP_ATOMIC here, so this change doesn't affect how the kernel behaves but we may add other callers later and this is a cleanup. Signed-off-by: Dan Carpenter Signed-off-by: Sarah Sharp --- Reading git-diff-tree failed