From: Doug Thompson Date: Thu, 19 Jul 2007 08:50:22 +0000 (-0700) Subject: drivers/edac: fix edac_device semaphore to mutex X-Git-Tag: v2.6.23-rc1~282 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ca84761faeb9d49301d45b39859411c7a124690;p=pandora-kernel.git drivers/edac: fix edac_device semaphore to mutex A previous patch changed the edac_mc src file from semaphore usage to mutex This patch changes the edac_device src file as well, from semaphore use to mutex operation. Use a mutex primitive for mutex operations, as it does not require a semaphore Cc: Alan Cox alan@lxorguk.ukuu.org.uk Signed-off-by: Doug Thompson Cc: Greg KH Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed