hwmon: (nct6775) Drop read/write lock
authorGuenter Roeck <linux@roeck-us.net>
Fri, 8 Mar 2013 15:42:00 +0000 (07:42 -0800)
committerGuenter Roeck <linux@roeck-us.net>
Mon, 8 Apr 2013 04:16:40 +0000 (21:16 -0700)
commit236d9039480059f97dc9d3cd75e3651582b62997
tree7d125f7bdacd47efe221c4190a48275e2d33e232
parent0fc1f8fc614ca0fef78011b34ef8da638eb9acea
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 <linux@roeck-us.net>
drivers/hwmon/nct6775.c