omapfb/dss: wait_for_completion_interruptible_timeout expects long
authorNicholas Mc Guire <hofrat@osadl.org>
Mon, 25 Jul 2016 17:12:47 +0000 (19:12 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 11 Aug 2016 14:54:54 +0000 (17:54 +0300)
commit23658356665f726c5e69da5e658100c1f064dc8d
tree63956951108668571da466d0741173bbf0ecb91e
parent25348160e9a444d64f589a8106bc06549934223e
omapfb/dss: wait_for_completion_interruptible_timeout expects long

wait_for_completion_timeout_interruptible returns long not unsigned long.
an appropriately typed variable is introduced and assignments fixed up.

Signed-off-by: Nicholas Mc Guire <hofrat@osadl.org>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/fbdev/omap2/omapfb/dss/dispc-compat.c