remove double semicolons

Signed-off-by: Dong Xu Wang <wdongxu@linux.vnet.ibm.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
Dong Xu Wang 2013-05-09 15:53:50 +08:00 committed by Michael Tokarev
parent 7f303adc4f
commit c7e775e4dd
7 changed files with 9 additions and 9 deletions

View file

@ -651,7 +651,7 @@ static void usb_host_handle_reset(USBDevice *dev)
trace_usb_host_reset(s->bus_num, s->addr);
usb_host_do_reset(s);;
usb_host_do_reset(s);
usb_host_claim_interfaces(s, 0);
usb_linux_update_endp_table(s);
@ -1429,7 +1429,7 @@ static void usb_host_exit_notifier(struct Notifier *n, void *data)
usb_host_release_port(s);
if (s->fd != -1) {
usb_host_do_reset(s);;
usb_host_do_reset(s);
}
}