Hi Omar,

[...]
>> +    while ((reg = __raw_readl(&regs->user[0].access)) & USERACCESS_GO)
>> +            ;
> 
> potential infinite loop? I saw another place in your series using time_after, 
> might fit in here too.
[...]
>> +    while ((__raw_readl(&regs->control) & CONTROL_IDLE) == 0)
>> +            ;
> 
> Ditto

Thanks.  Will modify.

Regards
Cyril.
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to