From: H Hartley Sweeten Date: Wed, 5 Aug 2015 17:45:20 +0000 (-0700) Subject: staging: comedi: me4000: usleep_range is preferred over udelay X-Git-Tag: omap-for-v4.3/fixes-merge-window~44^2~192 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fe6929bbbca11b015d182d4864d92d0bf5c244d;p=pandora-kernel.git staging: comedi: me4000: usleep_range is preferred over udelay Fix checkpatch issue: "CHECK: usleep_range is preferred over udelay; see Documentation/timers/timers-howto.txt". `udelay()` is only used in the firmware upload process. Replace them with `usleep_range()` with a reasonable upper limit. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed