From: Guenter Roeck Date: Fri, 8 Mar 2013 15:42:00 +0000 (-0800) Subject: hwmon: (nct6775) Drop read/write lock X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~140^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=236d9039480059f97dc9d3cd75e3651582b62997;p=pandora-kernel.git hwmon: (nct6775) Drop read/write lock The read/write lock is acquired for each read/write operation from/to the chip. This occurs either during initialization, when it is not needed, or during updates, when the update_lock is held as well, and it is not needed either. Signed-off-by: Guenter Roeck --- Reading git-diff-tree failed