From: Chris Wilson Date: Mon, 23 Aug 2010 16:43:35 +0000 (+0100) Subject: drm/i915: Drop the msleep parameter to wait_for() X-Git-Tag: v2.6.37-rc1~92^2~28^2~252 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=481b6af3d1f36d4a19bd36321c1e9f713db49aad;p=pandora-kernel.git drm/i915: Drop the msleep parameter to wait_for() Jesse's feedback from using the wait_for() macro was that the msleep argument was that it was superfluous and made the macro more difficult to use and to read. As the actually amount of time to sleep is not critical, the crucial part is to sleep and let the processor schedule something else whilst we wait for the event, replace the argument with a hardcoded value. Signed-off-by: Chris Wilson Cc: Jesse Barnes --- Reading git-diff-tree failed