From: Mauro Carvalho Chehab Date: Fri, 4 Jul 2014 17:15:35 +0000 (-0300) Subject: [media] dib8000: Fix the sleep time at the state machine X-Git-Tag: omap-for-v3.17/fixes-against-rc2~155^2~391 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4607bb7a472482ed985bf0a8d5a288ecd3a04ec8;p=pandora-kernel.git [media] dib8000: Fix the sleep time at the state machine msleep() is not too precise: its precision depends on the HZ config. As the driver selects precise timings for the state machine, change it to usleep_range(). Acked-By: Patrick Boettcher Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed