commit | 5d9391628e8eb3b0830697697a95bfd0c3c35b9e | [log] [tgz] |
---|---|---|
author | Owain G. Ainsworth <zerooa@googlemail.com> | Wed Mar 03 05:34:29 2010 +0000 |
committer | Eric Anholt <eric@anholt.net> | Wed Mar 17 12:59:30 2010 -0700 |
tree | e572ed3d1768214c8386036929e4dc75ca8d1b4c | |
parent | f05dd2f09cac422c423dae8f9b8e2be13df05a8f [diff] |
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>