commit | c427deff961c022d06bc3527e37dea654393e5cb | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Thu Oct 16 13:23:08 2014 -0400 |
committer | Kevin O'Connor <kevin@koconnor.net> | Thu Oct 16 16:30:10 2014 -0400 |
tree | 0e1f8e2655f907bb34212173ae2a67ee6825c1ad | |
parent | 2bfd170cc3c33d575eb61295312e695ac95643ef [diff] |
xhci: Change xhci_update_pipe() to xhci_realloc_pipe() and use for alloc too Instead of exporting both xhci_alloc_pipe() and xhci_update_pipe(), export only xhci_realloc_pipe() and support alloc, update, and free from it. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>