From: Jens Frederich Date: Thu, 25 Jul 2013 20:06:32 +0000 (+0200) Subject: Staging: olpc_dcon: change to msleep to usleep_range X-Git-Tag: v3.12-rc1~183^2~534 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5607ce90d727d2aaad93bd72551b97067141d68a;p=pandora-kernel.git Staging: olpc_dcon: change to msleep to usleep_range The resolution of msleep is related to HZ, so with HZ set to 100 any msleep of less then 10ms will become ~10ms. This is not what we want. Use usleep_range to get more control of what is happening here. Signed-off-by: Jens Frederich Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed