[PATCH 09/20] staging: octeon-usb: cvmx-usb: replace long udelays with mdelays

Andi Shyti andi at etezian.org
Mon Jul 29 17:52:14 UTC 2013


Hi Aaro,

> -    cvmx_wait_usec(1000);
> +    mdelay(1);

why not udelay here?

> -    cvmx_wait_usec(50000);
> +    mdelay(50);

and why not msleep here?

Andi


More information about the devel mailing list