mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-26 04:10:17 +01:00
Drop tasklet locked driver callback when uninstalling IRQ.
This commit is contained in:
parent
43f8675534
commit
b9f3009160
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue