]> git.sur5r.net Git - groeck-nct6775/commit
Drop read/write lock
authorGuenter Roeck <linux@roeck-us.net>
Fri, 8 Mar 2013 15:44:56 +0000 (07:44 -0800)
committerGuenter Roeck <linux@roeck-us.net>
Fri, 8 Mar 2013 15:44:56 +0000 (07:44 -0800)
commit33a206276bf692be5081423ce5e7b4cc6bf0d7fd
tree98051b12bc071bb2f88da260fd1fc3d81fce281d
parent7174b8c9af0fa12e513fbefbb62f5979cd9db1f7
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>
nct6775.c