* grub-core/disk/usbms.c: Retry on unknown errors.

Reuse the same tag on retries.
This commit is contained in:
Aleš Nesrsta 2013-12-18 19:00:45 +01:00 committed by Vladimir Serbinenko
parent e3ef0d30cf
commit b9f03772b5
2 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2013-12-18 Aleš Nesrsta <starous@volny.cz>
* grub-core/disk/usbms.c: Retry on unknown errors.
Reuse the same tag on retries.
2013-12-18 Aleš Nesrsta <starous@volny.cz>
* grub-core/bus/usb/ehci.c: Fix handling of newborn transfers.