From: Paulo Zanoni Date: Mon, 18 Feb 2013 22:00:24 +0000 (-0300) Subject: drm/i915: wait_event_timeout's timeout is in jiffies X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~55^2~60^2~71 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b90f517627f76640e0f6d2aa17f143dc10623a58;p=pandora-kernel.git drm/i915: wait_event_timeout's timeout is in jiffies So use msecs_to_jiffies(10) to make the timeout the same as in the "!has_aux_irq" case. This patch was initially written by Daniel Vetter and posted on pastebin a few weeks ago. I'm just bringing it to the mailing list. Signed-off-by: Paulo Zanoni Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed