From: Jan-Bernd Themann Date: Thu, 3 Jul 2008 14:18:45 +0000 (+0100) Subject: ehea: fix might sleep problem X-Git-Tag: v2.6.26~51^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c2cec143ac54c1960e54bc320fa7d13ac8e0f4a;p=pandora-kernel.git ehea: fix might sleep problem A mutex has to be replaced by spinlocks as it can be called from a context which does not allow sleeping. The kzalloc flag GFP_KERNEL has to be replaced by GFP_ATOMIC for the same reason. Signed-off-by: Jan-Bernd Themann Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed