From 236d9039480059f97dc9d3cd75e3651582b62997 Mon Sep 17 00:00:00 2001 From: Guenter Roeck Date: Fri, 8 Mar 2013 07:42:00 -0800 Subject: [PATCH] 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-format-patch failed