diff options
author | Ben Skeggs <darktama@iinet.net.au> | 2006-10-17 23:08:03 +1100 |
---|---|---|
committer | Ben Skeggs <darktama@iinet.net.au> | 2006-10-17 23:08:03 +1100 |
commit | 07059f427819755e13b051e1422c6e8671c70f92 (patch) | |
tree | b3b529632e81ea92b201494edb2070e40d2ff949 /shared-core | |
parent | 4b43ee63f90c93701c9f1cdf7fefd1816b316d33 (diff) |
typo
Diffstat (limited to 'shared-core')
-rw-r--r-- | shared-core/nouveau_irq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-core/nouveau_irq.c b/shared-core/nouveau_irq.c index cff6bbba..086c064c 100644 --- a/shared-core/nouveau_irq.c +++ b/shared-core/nouveau_irq.c @@ -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); |