commit | e3f59e1c5f48bf1ba07467ff83bf8d889e273c8a | [log] [tgz] |
---|---|---|
author | Ian Abbott <abbotti@mev.co.uk> | Tue Jul 29 12:58:14 2014 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Jul 30 16:54:03 2014 -0700 |
tree | ad67e40bd5b39db92f838790532afa513a6e0b05 | |
parent | 9fd8fc3fd0f199a0aadda393b13541aec585175b [diff] |
staging: comedi: amplc_pci230: usleep_range is preferred over udelay Fix checkpatch issue: "CHECK: usleep_range is preferred over udelay; see Documentation/timers/timers-howto.txt". I picked 100 us as a reasonable upper bound, but it's not that critical. Signed-off-by: Ian Abbott <abbotti@mev.co.uk> Reviewed-by: H Hartley Sweeten <hsweeten@visionengravers.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>