]> Git Repo - linux.git/commit
hwmon: (w83795) Simplify temperature sensor type handling
authorJean Delvare <[email protected]>
Thu, 28 Oct 2010 18:31:48 +0000 (20:31 +0200)
committerJean Delvare <[email protected]>
Thu, 28 Oct 2010 18:31:48 +0000 (20:31 +0200)
commit39deb6993e7c22274c272c95013eef886f7004e8
tree212af4c4e49ecf64174981c336ebd6ca15bcfb59
parentcd316df582925f3dab1ce5863651b3e260687035
hwmon: (w83795) Simplify temperature sensor type handling

All 3 temperature sensor type sysfs functions (show_temp_mode,
store_temp_mode and show_dts_mode) can be simplified. We don't
create these files when the correponding input isn't in temperature
monitoring mode, so there is no point in handling that case.
Likewise, we don't allow changing inputs from temperature to voltage,
so the code handling this case is dead and can be removed.

Signed-off-by: Jean Delvare <[email protected]>
drivers/hwmon/w83795.c
This page took 0.053748 seconds and 4 git commands to generate.