From: Kenji Kaneshige Date: Tue, 6 Mar 2007 23:02:26 +0000 (-0800) Subject: pciehp: Event handling rework X-Git-Tag: v2.6.22-rc1~1039^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d386e1ac4025b4bcc6bad6811e771cb76064dfe;p=pandora-kernel.git pciehp: Event handling rework The event handler of PCIEHP driver is unnecessarily very complex. In addition, current event handler can only a fixed number of events at the same time, and some of events would be lost if several number of events happened at the same time. This patch simplify the event handler using 'work queue', and it also fix the above-mentioned issue. Signed-off-by: Kenji Kaneshige Signed-off-by: Kristen Carlson Accardi Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed