From: Oliver Neukum Date: Wed, 16 Dec 2009 18:43:59 +0000 (+0100) Subject: USB: xhci: No GFP_KERNEL in block error handling X-Git-Tag: v2.6.34-rc1~215^2~179 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=319c3ea451e19f72b578661e26fb33739af5ae1c;p=pandora-kernel.git USB: xhci: No GFP_KERNEL in block error handling xhci_add_endpoint() is used in the reset path. It must use GFP_NOIO to avoid a possible deadlock. Signed-off-by: Oliver Neukum Acked-by: Sarah Sharp Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed