commit | 6e411751f00faf00379f6aa94701ab360b068cff | [log] [tgz] |
---|---|---|
author | Jitendra Kumar Khasdev <jkhasdev@gmail.com> | Tue Nov 24 23:01:13 2015 +0530 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Dec 21 15:52:34 2015 -0800 |
tree | 8055b80d8ec8ca107824286de346386c9ed4ad05 | |
parent | f7f2b10a82e8774eab3bd90061caccf8931a8bf4 [diff] |
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>