mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-05 20:38:04 +02:00
Don't free irq resources until after we've unregistered the handler.
This commit is contained in:
parent
374b41e5bc
commit
32c67922b7
1 changed files with 2 additions and 2 deletions
|
|
@ -273,10 +273,10 @@ int drm_irq_uninstall(struct drm_device * dev)
|
|||
|
||||
dev->driver->irq_uninstall(dev);
|
||||
|
||||
drm_vblank_cleanup(dev);
|
||||
|
||||
free_irq(dev->irq, dev);
|
||||
|
||||
drm_vblank_cleanup(dev);
|
||||
|
||||
dev->locked_tasklet_func = NULL;
|
||||
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue