Skip to content

Commit ecf4f4e

Browse files
committed
HSD #14025277517-2: hwmon: soc64: Change log print level
Change print log level from warn to debug. Signed-off-by: Mahesh Rao <mahesh.rao@altera.com>
1 parent a827004 commit ecf4f4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/hwmon/soc64-hwmon.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ static int soc64_async_read(struct device *dev, enum hwmon_sensor_types type,
119119
if (ret > 0)
120120
dev_dbg(dev, "Received async interrupt\n");
121121
else if (ret == 0)
122-
dev_warn(dev,
123-
"Timeout occurred.trying to poll the response\n");
122+
dev_dbg(dev,
123+
"Timeout occurred.trying to poll the response\n");
124124

125125
for (index = 0; index < HWMON_ASYNC_MSG_RETRY; index++) {
126126
status = stratix10_svc_async_poll(priv->chan, handle,

0 commit comments

Comments
 (0)