commit | d9c6f546469f33f9aa48ae5991c33da8cd535b37 | [log] [tgz] |
---|---|---|
author | Roel Kluin <roel.kluin@gmail.com> | Thu Apr 16 22:57:46 2009 +0200 |
committer | Dave Airlie <airlied@redhat.com> | Mon Apr 20 09:28:20 2009 +1000 |
tree | 3566163c07452cec433ac00a58adf059c6d06219 | |
parent | 029a2edbd36f5e34ff1aebfba1bca31b5ac9899e [diff] |
drm: count reaches -1 With a postfix decrement in the test count will reach -1 rather than 0, subsequent tests fail. Signed-off-by: Roel Kluin <roel.kluin@gmail.com> Signed-off-by: Dave Airlie <airlied@redhat.com>