]> git.proxmox.com Git - qemu.git/commit
usb-storage: remove MSDState->residue
authorGerd Hoffmann <kraxel@redhat.com>
Mon, 14 May 2012 12:00:02 +0000 (14:00 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 7 Jun 2012 08:02:21 +0000 (10:02 +0200)
commit0659879e6e537c511147d4da71934bf9d367de50
tree9d20db21785255f9c7ae7c7aefaf66d6cfcb4636
parent18eef3bc4eb80fee2cf4a9f18cb87784854d30c1
usb-storage: remove MSDState->residue

We have the field twice, once in MSDState directly and one in the status
word struct.  Drop one.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/usb/dev-storage.c