From: Rajesh Shah Date: Thu, 28 Apr 2005 07:25:54 +0000 (-0700) Subject: [PATCH] acpi hotplug: clean up notify handlers on acpiphp unload X-Git-Tag: v2.6.13-rc1~39^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=364d5094a43ff2ceff3d19e40c4199771cb6cb8f;p=pandora-kernel.git [PATCH] acpi hotplug: clean up notify handlers on acpiphp unload A root bridge may not have directly attached hotpluggable slots under it. Instead, it may have p2p bridges with slots under it. In this case, we need to clean up the p2p bridges and slots properly too. Patch below applies on top of the original patch, and fixes this problem. Without this, acpiphp leaves behind notify handlers on module unload, and subsequent module load attempts don't work properly too. Patch was tested on an ia64 Tiger4 box. Signed-off-by: Rajesh Shah Signed-off-by: Andrew Morton Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed