On 11/18/2011 02:07 PM, Kevin Wolf wrote:
>  -        cmd->xfer = ldl_be_p(&buf[10]);
>  +        cmd->xfer = ldl_be_p(&buf[10])&  0xffffffffULL;
Makes me wonder why we don't have an unsigned version of ldl_be_p...

Yes, that was on my list for 1.1.

Paolo

Reply via email to