grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: EHCI: don't stop after finding the first controller


From: Christer Weinigel
Subject: Re: EHCI: don't stop after finding the first controller
Date: Thu, 31 May 2012 13:32:17 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1

On 2012-05-31 10:46, Christer Weinigel wrote:

> diff --git a/grub-core/bus/usb/ehci.c b/grub-core/bus/usb/ehci.c
> index d8ecf26..240c0d5 100644
> --- a/grub-core/bus/usb/ehci.c
> +++ b/grub-core/bus/usb/ehci.c
> @@ -839,7 +839,7 @@ grub_ehci_pci_iter (grub_pci_device_t dev,
>    grub_dprintf ("ehci", "EHCI grub_ehci_pci_iter: CONFIG_FLAG: %08x\n",
>                 grub_ehci_oper_read32 (e, GRUB_EHCI_CONFIG_FLAG));
> 
> -  return 1;
> +  return 0;
> 
>  fail:
>    if (e)


Darn.  That one had been fixed in bazaar already.

Sorry about the noise.

  /Christer



reply via email to

[Prev in Thread] Current Thread [Next in Thread]