]> 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>
Mon, 1 Apr 2013 17:20:53 +0000 (10:20 -0700)
commitfd18c20c985f27633311ff92f7cd4022463158bb
tree8d7deb05b76a7f7956105e48f489ceee403e200c
parent2b16f100dab2080cf146b833b461e42b96d7eee1
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