From: Darshana Padmadas Date: Sat, 20 Sep 2014 15:14:24 +0000 (+0530) Subject: Staging: iio: accel: Replace msleep with usleep for given range X-Git-Tag: fixes-for-v3.18-merge-window~15^2~301 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ab7c7d48d2a62f9c0183fca05850ccba315ed8b;p=pandora-kernel.git Staging: iio: accel: Replace msleep with usleep for given range This patch fixes checkpatch.pl warning: WARNING: msleep < 20ms can sleep for up to 20ms; see Documentation/timers/timers-howto.txt As per Documentation/timers/timers-howto.txt usleep_range should be used for sleeping for 10us-20ms Signed-off-by: Darshana Padmadas Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed