commit | 23e0d1066f429ab44305e96fbff13f1793886277 | [log] [tgz] |
---|---|---|
author | Sarah Sharp <sarah.a.sharp@linux.intel.com> | Thu Oct 21 11:14:54 2010 -0700 |
committer | Sarah Sharp <sarah.a.sharp@linux.intel.com> | Sun Mar 13 18:07:14 2011 -0700 |
tree | 39421fefa903781b6f219b041bfbaec783027ddd | |
parent | 8766c815607e572556b04075d4545330123c4f27 [diff] |
usb: Refactor irq enabling out of usb_add_hcd() Refactor out the code in usb_add_hcd() to request the IRQ line for the HCD. This will only need to be called once for the two xHCI roothubs, so it's easier to refactor it into a function, rather than wrapping the long if-else block into another if statement. Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>