i915: fix typos
authorDave Airlie <airlied@redhat.com>
Tue, 26 Feb 2008 06:19:54 +0000 (16:19 +1000)
committerDave Airlie <airlied@redhat.com>
Tue, 26 Feb 2008 06:20:27 +0000 (16:20 +1000)
shared-core/i915_dma.c

index 7a5d1d9..727aeee 100644 (file)
@@ -1306,10 +1306,11 @@ drm_i915_mmio_entry_t mmio_table[] = {
                0x30008,
                1
        },
-       [MMIO_REGS_GAMMAA] = {
+       [MMIO_REGS_GAMMA] = {
                I915_MMIO_MAY_READ|I915_MMIO_MAY_WRITE,
                0x30010,
                6
+       }
 };
 
 static int mmio_table_size = sizeof(mmio_table)/sizeof(drm_i915_mmio_entry_t);