diff options
author | Sarah Sharp <sarah.a.sharp@linux.intel.com> | 2012-10-16 13:26:22 -0700 |
---|---|---|
committer | Sarah Sharp <sarah.a.sharp@linux.intel.com> | 2012-10-25 13:13:48 -0700 |
commit | b80313422a1551cc1d4f3e2d532fe633154ae5dd (patch) | |
tree | 1b5ec47e20e17eeeaa11e52831e1c7e047ae70e4 /drivers/usb/host/xhci-dbg.c | |
parent | 43a09f7fb01fa1e091416a2aa49b6c666458c1ee (diff) |
xhci: Fix missing break in xhci_evaluate_context_result.
Coverity complains that xhci_evaluate_context_result() is missing a
break statement after the COMP_EBADSLT switch case. It's not a big
deal, since we wanted to return the same error code as the case
statement below it does. The end result would be one that a Slot
Disabled error completion code would also print the warning message
associated with a Context State error code. No other bad behavior would
result.
It's not worth backporting to stable kernels, since it only fixes an
issue with too much debugging.
Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
Diffstat (limited to 'drivers/usb/host/xhci-dbg.c')
0 files changed, 0 insertions, 0 deletions