From: Hans-Frieder Vogt Date: Sun, 6 Oct 2013 19:13:40 +0000 (+0200) Subject: w1 - call request_module with w1 master mutex unlocked X-Git-Tag: v3.12-rc6~8^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc04d76d6942068f75c10790072280b847ec6f1f;p=pandora-kernel.git w1 - call request_module with w1 master mutex unlocked request_module for w1 slave modules needs to be called with the w1 master mutex unlocked. Because w1_attach_slave_device gets always(?) called with mutex locked, we need to temporarily unlock the w1 master mutex for the loading of the w1 slave module. Signed-off by: Hans-Frieder Vogt Acked-by: Evgeniy Polyakov Cc: stable # 3.11+ Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed