From: Kenji Kaneshige Date: Tue, 21 Feb 2006 23:45:45 +0000 (-0800) Subject: [PATCH] shpchp: event handling rework X-Git-Tag: v2.6.17-rc1~998^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7391f5325ea744f0632f7ef39a90085162743ac;p=pandora-kernel.git [PATCH] shpchp: event handling rework The event handler of SHPCHP 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 by 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