From: Javier Martinez Canillas Date: Sun, 16 Dec 2012 03:21:31 +0000 (+0100) Subject: usb: host: xhci: remove unused trb var in xhci_irq() X-Git-Tag: v3.9-rc1~126^2~82^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=026630d09ba7b6cd44a43b92ad256c28a9e3ddc2;p=pandora-kernel.git usb: host: xhci: remove unused trb var in xhci_irq() 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 Signed-off-by: Sarah Sharp --- Reading git-diff-tree failed