upstream: [media] v4l: omap4iss: Replace udelay/msleep with usleep_range
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Sun, 3 Nov 2013 23:28:24 +0000 (20:28 -0300)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:52:21 +0000 (11:52 +0900)
commit15e46b33b13abc2e66e926f2848fc1f9a995d862
treed39bf56093fe09ba4cf261443f84a2f0ecc1b099
parent36f51fcb341764c492e7358eb38b91fd9e0fcae8
upstream: [media] v4l: omap4iss: Replace udelay/msleep with usleep_range

The only udelay() call takes place in a sleepable context, we can sleep
instead. Use usleep_range().

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/staging/media/omap4iss/iss.c