commit | 14d49b7a0bfe76ef694a61e0c7b5f091ea780b91 | [log] [tgz] |
---|---|---|
author | Mathias Nyman <mathias.nyman@linux.intel.com> | Fri Dec 08 17:59:07 2017 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Dec 08 17:43:52 2017 +0100 |
tree | ba2c6b51c2edf9fe96a533128545d4649b1bff0b | |
parent | 5fd29937dec4b64aa91a3207742cd8c720cd0595 [diff] |
xhci: add helper to allocate command with input context Add a xhci_alloc_command_with_ctx() helper to get rid of one of the boolean parameters telling if a context should be allocated with the command. No functional changes, improves core readability Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>