Drop tasklet locked driver callback when uninstalling IRQ.

main
Michel Dänzer 2006-08-25 18:55:06 +02:00
parent 43f8675534
commit b9f3009160
1 changed files with 2 additions and 0 deletions

View File

@ -176,6 +176,8 @@ int drm_irq_uninstall(drm_device_t * dev)
free_irq(dev->irq, dev);
dev->locked_tasklet_func = NULL;
return 0;
}
EXPORT_SYMBOL(drm_irq_uninstall);