From: Sarah Sharp Date: Fri, 30 Jul 2010 05:12:43 +0000 (-0700) Subject: USB: xhci: Remove unnecessary reads of IRQ_PENDING register. X-Git-Tag: v2.6.36-rc1~293^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27e0dd4d7ccc3e8e2a79600c3608031022a2298c;p=pandora-kernel.git USB: xhci: Remove unnecessary reads of IRQ_PENDING register. Remove a duplicate register read of the interrupt pending register from xhci_irq(). Also, remove waiting on the posted write of that register. The host will see it eventually. It will probably read the register itself before deciding whether to interrupt the system again, forcing the posted write to complete. Signed-off-by: Sarah Sharp Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed