mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-09-01 14:55:27 +00:00
Better prototype for get_type_scaling().
git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@4850 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -46,7 +46,7 @@ char sensors_sysfs_mount[NAME_MAX];
|
|||||||
+ MAX_SENSORS_PER_TYPE + 1)
|
+ MAX_SENSORS_PER_TYPE + 1)
|
||||||
|
|
||||||
static
|
static
|
||||||
int get_type_scaling(int type)
|
int get_type_scaling(sensors_subfeature_type type)
|
||||||
{
|
{
|
||||||
switch (type & 0xFF10) {
|
switch (type & 0xFF10) {
|
||||||
case SENSORS_SUBFEATURE_IN_INPUT:
|
case SENSORS_SUBFEATURE_IN_INPUT:
|
||||||
|
Reference in New Issue
Block a user