commit | 0d0235301b3a530e1e8ffedab72ba38ca9aa2ac6 | [log] [tgz] |
---|---|---|
author | Katsumi Sato <sato@toshiba-tops.co.jp> | Wed Feb 22 13:32:10 2017 +0900 |
committer | Guenter Roeck <linux@roeck-us.net> | Sun Apr 02 07:01:53 2017 -0700 |
tree | edace8803cc3b9edccef0da671a094a68a0cebc9 | |
parent | 3dead5d59631ebc72c327637e1053b7c26723709 [diff] |
hwmon: (w83627ehf) Use request_muxed_region Serialize access to the hardware by using "request_muxed_region". Call to this macro will hold off the requestor if the resource is currently busy. "superio_enter" will return an error if call to "request_muxed_region" fails. Signed-off-by: Katsumi Sato <sato@toshiba-tops.co.jp> Signed-off-by: Atsushi Nemoto <nemoto@toshiba-tops.co.jp> Signed-off-by: Guenter Roeck <linux@roeck-us.net>