typo
authorBen Skeggs <darktama@iinet.net.au>
Tue, 17 Oct 2006 12:08:03 +0000 (23:08 +1100)
committerBen Skeggs <darktama@iinet.net.au>
Tue, 17 Oct 2006 12:08:03 +0000 (23:08 +1100)
shared-core/nouveau_irq.c

index cff6bbb..086c064 100644 (file)
@@ -275,7 +275,7 @@ static void nouveau_pgraph_irq_handler(drm_device_t *dev)
 
                instance = NV_READ(0x00400158);
                notify   = NV_READ(0x00400150) >> 16;
-               DRM_DEBUG("instance:0x%08x\tnotify:0x%08x\n", nsource, nstatus);
+               DRM_DEBUG("instance:0x%08x\tnotify:0x%08x\n", instance, notify);
 
                status &= ~NV_PGRAPH_INTR_BUFFER_NOTIFY;
                NV_WRITE(NV_PGRAPH_INTSTAT, NV_PGRAPH_INTR_BUFFER_NOTIFY);