]> git.baikalelectronics.ru Git - kernel.git/commit
USB: xhci: Performance - move xhci_work() into xhci_irq()
authorSarah Sharp <sarah.a.sharp@linux.intel.com>
Fri, 30 Jul 2010 05:12:38 +0000 (22:12 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 10 Aug 2010 21:35:44 +0000 (14:35 -0700)
commit2d686e1d7195ae9166cf2b11b6149a90c68f62d3
tree9296a8b324357a017d70c5aa7e49741dfeb45616
parent7d5eaf5dd97cd95e768c776919112eac38cb10a0
USB: xhci: Performance - move xhci_work() into xhci_irq()

When we move xhci_work() into xhci_irq(), we don't need to read the operational
register status field twice.

Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/xhci-ring.c