]> 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>
Thu, 21 Mar 2013 15:09:51 +0000 (08:09 -0700)
commitb3aff5e29d0ce0970f79d04786d06c8538f9bc97
treeebc78d04e410b9a40a976a78d76b8cfc729bd5a8
parentb079a3f7f13857b6abdd4364fae3cf46dbcdadbd
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