projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fe163f
)
xhci: drop unused comp_xfer field
author
Gerd Hoffmann
<kraxel@redhat.com>
Tue, 27 Sep 2016 08:32:47 +0000
(10:32 +0200)
committer
Gerd Hoffmann
<kraxel@redhat.com>
Wed, 12 Oct 2016 10:37:31 +0000
(12:37 +0200)
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Message-id:
1474965172
-30321-4-git-send-email-kraxel@redhat.com
hw/usb/hcd-xhci.c
patch
|
blob
|
history
diff --git
a/hw/usb/hcd-xhci.c
b/hw/usb/hcd-xhci.c
index d9ac1b4be3cf6a09d64abdcacb9bf232f5568da3..3a035c81770310d87dd695775f3e012ade95145f 100644
(file)
--- a/
hw/usb/hcd-xhci.c
+++ b/
hw/usb/hcd-xhci.c
@@
-386,7
+386,6
@@
struct XHCIEPContext {
XHCIRing ring;
unsigned int next_xfer;
- unsigned int comp_xfer;
XHCITransfer transfers[TD_QUEUE];
XHCITransfer *retry;
EPType type;