From 3ab7c7d48d2a62f9c0183fca05850ccba315ed8b Mon Sep 17 00:00:00 2001 From: Darshana Padmadas Date: Sat, 20 Sep 2014 20:44:24 +0530 Subject: [PATCH] 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-format-patch failed