[ACPI] acpi_remove_notify_handler() on video driver unload
commit031ec77bf67e4bda994ef8ceba267be3295ffdb7
authorKarol Kozimor <sziwan@hell.org.pl>
Sat, 30 Jul 2005 08:18:00 +0000 (30 04:18 -0400)
committerLen Brown <len.brown@intel.com>
Fri, 5 Aug 2005 02:32:51 +0000 (4 22:32 -0400)
treeb2f8ec4abbc511568e1d147ebaa99967e180edfb
parente92310a930462c6e1611f35453f57357c42bde14
[ACPI] acpi_remove_notify_handler() on video driver unload

The video driver doesn't properly remove all the notify handlers
on module unload.  This has a side effect of subdevices failing
to register on module reload, but sudden death looms if the
handlers trigger after the module is unloaded.

Signed-off-by: Karol Kozimor <sziwan@hell.org.pl>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/video.c