if irq already enabled well just keep trucking

main
Dave Airlie 2008-01-25 16:34:05 +10:00
parent fa7b779c91
commit 98361cf28c
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ int drm_irq_install(struct drm_device * dev)
if (dev->irq_enabled) {
mutex_unlock(&dev->struct_mutex);
return -EBUSY;
return 0;
}
dev->irq_enabled = 1;
mutex_unlock(&dev->struct_mutex);