Re: [Qemu-devel] [PATCH 1/2] usb-ehci: Drop unused sofv value
On 03/30/12 09:53, Hans de Goede wrote: > The sofv value only ever gets a value assigned and is never used (read) > anywhere, so we can just drop it. Both patches added to usb patch queue. thanks, Gerd
[Qemu-devel] [PATCH 1/2] usb-ehci: Drop unused sofv value
The sofv value only ever gets a value assigned and is never used (read) anywhere, so we can just drop it. Signed-off-by: Hans de Goede --- hw/usb/hcd-ehci.c |8 1 file changed, 8 deletions(-) diff --git a/hw/usb/hcd-ehci.c b/hw/usb/hcd-ehci.c index 53c3c8f..64b58e3 100644 --- a/hw/