git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
470f0be
)
usb: host: xhci: remove unused trb var in xhci_irq()
author
Javier Martinez Canillas
<javier.martinez@collabora.co.uk>
Sun, 16 Dec 2012 03:21:31 +0000
(
04:21
+0100)
committer
Sarah Sharp
<sarah.a.sharp@linux.intel.com>
Thu, 3 Jan 2013 22:10:39 +0000
(14:10 -0800)
The union xhci_trb *trb variable is defined and assigned
inside the xHCI IRQ handler function but is never used.
Signed-off-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
No differences found