Skip to content

Commit f3d7fb3

Browse files
Alex Hungzhang-rui
authored andcommitted
thermal: int3403_thermal: Downgrade error message
Downgrade "Unsupported event" message from dev_err to dev_dbg to avoid flooding with this message on some platforms. Cc: [email protected] # v5.4+ Suggested-by: Zhang Rui <[email protected]> Signed-off-by: Alex Hung <[email protected]> [ rzhang: fix typo in changelog ] Signed-off-by: Zhang Rui <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 3ce315a commit f3d7fb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/thermal/intel/int340x_thermal/int3403_thermal.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ static void int3403_notify(acpi_handle handle,
7474
THERMAL_TRIP_CHANGED);
7575
break;
7676
default:
77-
dev_err(&priv->pdev->dev, "Unsupported event [0x%x]\n", event);
77+
dev_dbg(&priv->pdev->dev, "Unsupported event [0x%x]\n", event);
7878
break;
7979
}
8080
}

0 commit comments

Comments
 (0)