xhci: Refactor endpoint limit checking.
commit750645f8a6543ff4deb4d98a0052000a31fdd43f
authorSarah Sharp <sarah.a.sharp@linux.intel.com>
Fri, 2 Sep 2011 18:05:43 +0000 (2 11:05 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 9 Sep 2011 22:52:53 +0000 (9 15:52 -0700)
treec7fa8c9f5ec211012a7151384a5b8f4f8aaf8260
parentfe30182c2553f491e5dc12074c8e52163d3bfbc7
xhci: Refactor endpoint limit checking.

Move the code to check whether we've reached the host controller's limit
on the number of endpoints out of the two conditional statements, to
remove duplicate code.

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