]> git.karo-electronics.de Git - karo-tx-linux.git/commit
xhci: Avoid BUG() in interrupt context
authorPaul Zimmerman <Paul.Zimmerman@synopsys.com>
Sat, 12 Feb 2011 22:06:06 +0000 (14:06 -0800)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 26 Jun 2011 16:46:51 +0000 (12:46 -0400)
commitff719ca689909869e77d9ff0ae99099c7d638500
tree41b9f2149879b2d7f331908c1418317ff850aeae
parent463b8f116abd3ad85e6890971f44e1ce42f24b91
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 <paulz@synopsys.com>
Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/usb/host/xhci-ring.c