]> 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)
commit29b0d1cb2e53cb309ad0c46b179416c530e7595c
tree91f139f1f6f19370dbedac58555f8d66dd3c882b
parentfd757e3373f11b68a04fdab404d316b406b0e578
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