]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
staging: dgnc: Fix usleep_range is preferred over udelay
authorJoshua Abraham <j.abraham1776@gmail.com>
Tue, 7 Nov 2017 18:24:25 +0000 (13:24 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Nov 2017 08:20:40 +0000 (09:20 +0100)
commit15bfaf777712f62e5d0c99b78e27978dab9a56c1
treef44600fb1f3445a7d9b09d13e5ff14d3b7466ee3
parent217f93366ec7f6f6d85dba901b6e3cc312ef6ec6
staging: dgnc: Fix usleep_range is preferred over udelay

This patch fixes the issue:

CHECK: usleep_range is preferred over udelay; see
Documentation/timers/timers-howto.txt

Signed-off-by: Joshua Abraham <j.abraham1776@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/dgnc/dgnc_cls.c