]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Fix OHCI error message
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Fri, 20 Aug 2010 17:33:44 +0000 (19:33 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Fri, 20 Aug 2010 17:33:44 +0000 (19:33 +0200)
bus/usb/ohci.c

index 39e47ffee18990b60a0ff7d332875c8a8f7dc12c..974bed6cdb7a82f658635fbb2f09bd4f1b86676c 100644 (file)
@@ -1036,7 +1036,7 @@ grub_ohci_transfer (grub_usb_controller_t dev,
        {
        case 0:
          /* 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;
          break;