]> git.baikalelectronics.ru Git - kernel.git/commit
xhci: trivial: Remove assigned but unused slot_ctx.
authorSarah Sharp <sarah.a.sharp@linux.intel.com>
Tue, 16 Oct 2012 20:33:45 +0000 (13:33 -0700)
committerSarah Sharp <sarah.a.sharp@linux.intel.com>
Thu, 25 Oct 2012 20:13:48 +0000 (13:13 -0700)
commitf6dfe3ce674abdc28e9a400a0f9c073b77c7f596
tree91f139f1f6f19370dbedac58555f8d66dd3c882b
parente04e020eeef554327336fc59a931a1cab3755051
xhci: trivial: Remove assigned but unused slot_ctx.

Remove the variable slot_ctx from xhci_dbg_ctx(), since it is assigned
but unused.  Caught by Coverity.

Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
drivers/usb/host/xhci-dbg.c