]> git.baikalelectronics.ru Git - kernel.git/commit
drm: count reaches -1
authorRoel Kluin <roel.kluin@gmail.com>
Thu, 16 Apr 2009 20:57:46 +0000 (22:57 +0200)
committerDave Airlie <airlied@redhat.com>
Sun, 19 Apr 2009 23:28:20 +0000 (09:28 +1000)
commit908830ae30785db9e286c2d8967ddde135d850db
tree3566163c07452cec433ac00a58adf059c6d06219
parent944ccdaa03170fd5cf14b992ab686bb97cfde0d0
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>
drivers/gpu/drm/via/via_dma.c