]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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>
Sun, 17 Mar 2013 23:28:01 +0000 (16:28 -0700)
commit497b8b41ca6a2d6c674f3482eefcb996870b7dca
tree2b1e5a11fe31050aa3a117860dc7564c3942a556
parent90076ce66bf068899b05bc2319c10e73187b307f
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