diff options
| author | Tomi Valkeinen <[email protected]> | 2017-03-24 07:58:49 +0000 |
|---|---|---|
| committer | Tomi Valkeinen <[email protected]> | 2017-04-03 09:36:40 +0000 |
| commit | c9af3ed7311f5fbc4b0e109daddfcc8a47267331 (patch) | |
| tree | 0b5a437ebd933e642e6a1a488900a3a6521f7371 /drivers/gpu/drm/omapdrm/omap_plane.c | |
| parent | drm/omap: use drm_atomic_helper_shutdown() (diff) | |
| download | kernel-c9af3ed7311f5fbc4b0e109daddfcc8a47267331.tar.gz kernel-c9af3ed7311f5fbc4b0e109daddfcc8a47267331.zip | |
drm/omap: fix crash on module unload
When unloading omapdrm we get a NULL pointer deref in
omap_drm_irq_uninstall(). This is caused by:
967dd48417874dd25491a4e933648f394a64f70f ("drm: remove
drm_vblank_no_hw_counter assignment from driver code")
We shut down all the crtcs at unload time before calling
omap_drm_irq_uninstall, so the code in omap_drm_irq_uninstall() is
unnecessary and can be removed.
Signed-off-by: Tomi Valkeinen <[email protected]>
Reviewed-by: Laurent Pinchart <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/omapdrm/omap_plane.c')
0 files changed, 0 insertions, 0 deletions
