grub-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Trunk: usbtrans.c - wrong max packet size for bulk transfer


From: Vladimir 'φ-coder/phcoder' Serbinenko
Subject: Re: [PATCH] Trunk: usbtrans.c - wrong max packet size for bulk transfer
Date: Fri, 01 Oct 2010 20:33:08 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.11) Gecko/20100805 Icedove/3.0.6

On 10/01/2010 05:07 PM, Aleš Nesrsta wrote:
> Vladimir 'φ-coder/phcoder' Serbinenko wrote: 
>   
>> On 09/23/2010 10:27 PM, Aleš Nesrsta wrote:
>>     
>>>       code works on on 64 bits architectures.  */
>>> -  u->td = (grub_uhci_td_t) grub_memalign (4096, 4096*2);
>>> +  u->td = (grub_uhci_td_t) grub_memalign (4096, 32*N_TD);
>>>    if (! u->td)
>>>      goto fail;
>>>   
>>>       
>> Could you use sizeof while on it?
>>
>> -      endpdesc = grub_usb_get_endpdescriptor (dev, 0);
>> +      endpdesc = grub_usb_get_endpdescriptor (dev, endpoint);
>> It's hard to see the context of this change. Could you use --diff-options=-p 
>> in the future?
>> Other than that this patch is ok for trunk
>>     
> Hi,
> there is corrected patch (with sizeof and -p) for review before going to
> trunk.
> Regards
> Ales
>
>   
Go ahead
>
>
> _______________________________________________
> Grub-devel mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/grub-devel
>   


-- 
Regards
Vladimir 'φ-coder/phcoder' Serbinenko


Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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