diff options
author | Gareth Hughes <gareth@users.sourceforge.net> | 2001-01-30 03:22:46 +0000 |
---|---|---|
committer | Gareth Hughes <gareth@users.sourceforge.net> | 2001-01-30 03:22:46 +0000 |
commit | fdc3aed8890c70ef2f1dcac926d3c751d97b8d4d (patch) | |
tree | 14df953954a3debf14cb8f3e08f63dcede057ae9 | |
parent | 70668ec9d2fb2630641b6c63b7a92702b341dfc8 (diff) |
These PPC people think they're pretty tough, don't they? ;-)
-rw-r--r-- | linux/r128_drv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/r128_drv.h b/linux/r128_drv.h index 48d91a1f..8f5aea15 100644 --- a/linux/r128_drv.h +++ b/linux/r128_drv.h @@ -463,7 +463,7 @@ do { \ drm_r128_ring_buffer_t *ring = &dev_priv->ring; int i; \ if ( ring->space < ring->high_mark ) { \ for ( i = 0 ; i < dev_priv->usec_timeout ; i++ ) { \ - ring->space = GET_RING_HEAD( ring ) - ring->tail; \ + ring->space = GET_RING_HEAD( ring ) - ring->tail;\ if ( ring->space <= 0 ) \ ring->space += ring->size; \ if ( ring->space >= ring->high_mark ) \ |