mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-03-01 19:58:21 +07:00
hwmon: (asus_atk0110) Fix compiler warning
atk_sensor_type is only used when DEBUG is defined. Signed-off-by: Luca Tettamanti <kronos.it@gmail.com> Signed-off-by: Jean Delvare <khali@linux-fr.org>
This commit is contained in:
parent
8c9ed899b4
commit
b9008708f2
@ -348,6 +348,7 @@ static int validate_hwmon_pack(struct atk_data *data, union acpi_object *obj)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef DEBUG
|
||||||
static char const *atk_sensor_type(union acpi_object *flags)
|
static char const *atk_sensor_type(union acpi_object *flags)
|
||||||
{
|
{
|
||||||
u64 type = flags->integer.value & ATK_TYPE_MASK;
|
u64 type = flags->integer.value & ATK_TYPE_MASK;
|
||||||
@ -370,6 +371,7 @@ static char const *atk_sensor_type(union acpi_object *flags)
|
|||||||
|
|
||||||
return what;
|
return what;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
static void atk_print_sensor(struct atk_data *data, union acpi_object *obj)
|
static void atk_print_sensor(struct atk_data *data, union acpi_object *obj)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user