From: Paul Zimmerman Date: Sat, 12 Feb 2011 22:06:06 +0000 (-0800) Subject: xhci: Avoid BUG() in interrupt context X-Git-Tag: v2.6.37.3~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07570c3e32779255a8585ce05290ad056ef8b05b;p=pandora-kernel.git xhci: Avoid BUG() in interrupt context commit 68e41c5d032668e2905404afbef75bc58be179d6 upstream. Change the BUGs in xhci_find_new_dequeue_state() to WARN_ONs, to avoid bringing down the box if one of them is hit This patch should be queued for stable kernels back to 2.6.31. Signed-off-by: Paul Zimmerman Signed-off-by: Sarah Sharp Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed