drm/i915: remove an unnecessary wait_request()
authorOwain G. Ainsworth <zerooa@googlemail.com>
Wed, 3 Mar 2010 05:34:29 +0000 (05:34 +0000)
committerEric Anholt <eric@anholt.net>
Wed, 17 Mar 2010 19:59:30 +0000 (12:59 -0700)
commit5d9391628e8eb3b0830697697a95bfd0c3c35b9e
treee572ed3d1768214c8386036929e4dc75ca8d1b4c
parentf05dd2f09cac422c423dae8f9b8e2be13df05a8f
drm/i915: remove an unnecessary wait_request()

The continue just after this call with loop around and wait for the
request just added just fine. This leads to slightly more compact code.

Signed-Off-by: Owain G. Ainsworth <oga@openbsd.org>
Signed-off-by: Eric Anholt <eric@anholt.net>
drivers/gpu/drm/i915/i915_gem.c