From: Mauro Carvalho Chehab Date: Fri, 4 Jul 2014 17:15:36 +0000 (-0300) Subject: [media] dib0090: Fix the sleep time at the state machine X-Git-Tag: omap-for-v3.17/fixes-against-rc2~155^2~390 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0de04ca1dc0bd38fd7b88871ab9a17e2d8dbd0db;p=pandora-kernel.git [media] dib0090: 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