diff options
author | Dave Airlie <airlied@linux.ie> | 2003-06-07 01:44:15 +0000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2003-06-07 01:44:15 +0000 |
commit | f723f743c55156039525a5f49dfe6e0fd141c8df (patch) | |
tree | 978846f2f0a704bf347bc41d7155b7a1705eb0ed /linux-core | |
parent | 8eaa2d245077d5e949679e48897b57f8dc505a25 (diff) |
fix pitch compile error
Diffstat (limited to 'linux-core')
-rw-r--r-- | linux-core/i810_dma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/i810_dma.c b/linux-core/i810_dma.c index 8042b7fc..ab5e5514 100644 --- a/linux-core/i810_dma.c +++ b/linux-core/i810_dma.c @@ -830,8 +830,8 @@ static void i810_dma_dispatch_vertex(drm_device_t *dev, static void i810_dma_dispatch_flip( drm_device_t *dev ) { drm_i810_private_t *dev_priv = dev->dev_private; - RING_LOCALS; int pitch = dev_priv->pitch; + RING_LOCALS; DRM_DEBUG( "%s: page=%d pfCurrentPage=%d\n", __FUNCTION__, |