From: Alan Jenkins Date: Fri, 28 Aug 2009 12:56:33 +0000 (+0000) Subject: eeepc-laptop: use a mutex to serialize pci hotplug (resume vs. notify) X-Git-Tag: v2.6.32-rc1~171^2~14^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcf443b5813074031a45b05ad9c57da98bcae329;p=pandora-kernel.git eeepc-laptop: use a mutex to serialize pci hotplug (resume vs. notify) Commit d0265f0 "eeepc-laptop: fix hot-unplug on resume" used a workqueue to protect pci hotplug against multiple simultaneous calls during resume. It seems to work, but a mutex would be more appropriate. This is in preparation to fix the potential pci hotplug race on unload. Signed-off-by: Alan Jenkins Signed-off-by: Corentin Chary Signed-off-by: Len Brown --- Reading git-diff-tree failed