commit | 7a7d6d9c5fcd4b674da38e814cfc0724c67731b2 | [log] [tgz] |
---|---|---|
author | Benjamin Tissoires <benjamin.tissoires@gmail.com> | Wed Dec 12 18:00:02 2012 +0100 |
committer | Jiri Kosina <jkosina@suse.cz> | Wed Dec 12 18:26:22 2012 +0100 |
tree | 8fdc9bdf269b31a706e20ac0ca1d1f135164c4c8 | |
parent | 9afd09a1db93cc9084846c2b9bc0d1194743e5dc [diff] |
HID: i2c-hid: add mutex protecting open/close race We should not enter close function while someone else is in open. This mutex prevents this race. There is also no need to override the ret value with -EIO in case of a failure of i2c_hid_set_power. Signed-off-by: Benjamin Tissoires <benjamin.tissoires@gmail.com> Reviewed-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>