• M
    [media] drxk_hard: use usleep_range() · b72852ba
    Mauro Carvalho Chehab 提交于
    X-Patchwork-Delegate: mchehab@redhat.com
    Fixes the following checkpatch.pl warnings:
    WARNING: msleep < 20ms can sleep for up to 20ms; see Documentation/timers/timers-howto.txt
    +			msleep(10);
    WARNING: msleep < 20ms can sleep for up to 20ms; see Documentation/timers/timers-howto.txt
    +		msleep(1);
    WARNING: msleep < 20ms can sleep for up to 20ms; see Documentation/timers/timers-howto.txt
    +			msleep(1);
    WARNING: msleep < 20ms can sleep for up to 20ms; see Documentation/timers/timers-howto.txt
    +		msleep(1);
    WARNING: msleep < 20ms can sleep for up to 20ms; see Documentation/timers/timers-howto.txt
    +		msleep(1);
    WARNING: msleep < 20ms can sleep for up to 20ms; see Documentation/timers/timers-howto.txt
    +		msleep(1);
    WARNING: msleep < 20ms can sleep for up to 20ms; see Documentation/timers/timers-howto.txt
    +		msleep(1);
    WARNING: msleep < 20ms can sleep for up to 20ms; see Documentation/timers/timers-howto.txt
    +		msleep(1);
    Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
    b72852ba
drxk_hard.c 176.7 KB