]> git.baikalelectronics.ru Git - kernel.git/commit
staging: dgnc: dgnc_cls.c: Replaced udelay by usleep_range
authorJitendra Kumar Khasdev <jkhasdev@gmail.com>
Tue, 24 Nov 2015 17:31:13 +0000 (23:01 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 21 Dec 2015 23:52:34 +0000 (15:52 -0800)
commit4065d72aa80df9166a31c75c173dc5187ea2cbe6
tree8055b80d8ec8ca107824286de346386c9ed4ad05
parent1deddca667445d09c91d823a1e972b8fae571fdf
staging: dgnc: dgnc_cls.c: Replaced udelay by usleep_range

This patch is to file dgnc_cls.c that fixes up udelay function by
usleep_range.
It is safe to use according to the following documentation
Documentation/timers/timers-howto.txt. So that is why I have given
an appropriate time range.

Signed-off-by: Jitendra Kumar Khasdev <jkhasdev@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/dgnc/dgnc_cls.c