Fix OHCI error message

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-08-20 19:33:44 +02:00
parent 24582ab39b
commit 60c1ffdfdc

View file

@ -1036,7 +1036,7 @@ grub_ohci_transfer (grub_usb_controller_t dev,
{ {
case 0: case 0:
/* XXX: Should not happen! */ /* XXX: Should not happen! */
grub_error (GRUB_ERR_IO, "OHCI without reporting the reason"); grub_error (GRUB_ERR_IO, "OHCI failed without reporting the reason");
err = GRUB_USB_ERR_INTERNAL; err = GRUB_USB_ERR_INTERNAL;
break; break;