CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/08/27 05:46:08
Modified files:
sys/dev/pci/drm: drm_linux.c
Log message:
Error paths in radeondrm(4) call unregister_acpi_notifier() unconditionally
so check whether a notifier is on the list before trying to remove it.
Fixes a crash found by semarie@.
ok semarie@
