From: dave graham Date: Sun, 15 Feb 2009 07:46:10 +0000 (-0800) Subject: e1000e: Remove mutex_trylock and associated WARN on failure. X-Git-Tag: v2.6.30-rc1~662^2~736 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a834a36ac92375cd82d9e4fe4f571e257997d6a;p=pandora-kernel.git e1000e: Remove mutex_trylock and associated WARN on failure. Single-thread access must be ensured for ICH8 NVM and PHY operations. This synchronization is provided by the nvm_mutex. To assist in understanding the contexts from which this code could be reached, a WARN was output if the mutex was not going to be immediately acquirable (if !mutex_trylock()). The code has now been optimized, and we have verified that the few remaining mutex contentions are reasonable and non-blocking, and it is time to remove the mutex_trylock() and WARN messages. Signed-off-by: dave graham Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed