mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-31 06:15:15 +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)
|
||||
|
||||
static
|
||||
int get_type_scaling(int type)
|
||||
int get_type_scaling(sensors_subfeature_type type)
|
||||
{
|
||||
switch (type & 0xFF10) {
|
||||
case SENSORS_SUBFEATURE_IN_INPUT:
|
||||
|
Reference in New Issue
Block a user