Re: [PATCH] staging: greybus: loopback: fix broken udelay

2017-01-30 Thread Bryan O'Donoghue
On 26/01/17 11:37, Johan Hovold wrote: > The loopback driver allows the user to set a minimum delay of up to one > second to be inserted between test iterations (i.e. request > submissions). The delay is currently specified in microseconds and is > implemented using udelay. > > Busy looping for lo

[PATCH] staging: greybus: loopback: fix broken udelay

2017-01-26 Thread Johan Hovold
The loopback driver allows the user to set a minimum delay of up to one second to be inserted between test iterations (i.e. request submissions). The delay is currently specified in microseconds and is implemented using udelay. Busy looping for long periods is not just anti-social; udelay must not