Skip to content

Commit 571cdb6

Browse files
ofirbittogabbay
authored andcommitted
accel/habanalabs: remove 'get temperature' debug print
The print was added long back for a specific debug and can now be removed. Signed-off-by: Ofir Bitton <obitton@habana.ai> Reviewed-by: Oded Gabbay <ogabbay@kernel.org> Signed-off-by: Oded Gabbay <ogabbay@kernel.org>
1 parent 0ec3467 commit 571cdb6

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

  • drivers/accel/habanalabs/common

drivers/accel/habanalabs/common/hwmon.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -578,10 +578,6 @@ int hl_get_temperature(struct hl_device *hdev,
578578
CPUCP_PKT_CTL_OPCODE_SHIFT);
579579
pkt.sensor_index = __cpu_to_le16(sensor_index);
580580
pkt.type = __cpu_to_le16(attr);
581-
582-
dev_dbg(hdev->dev, "get temp, ctl 0x%x, sensor %d, type %d\n",
583-
pkt.ctl, pkt.sensor_index, pkt.type);
584-
585581
rc = hdev->asic_funcs->send_cpu_message(hdev, (u32 *) &pkt, sizeof(pkt),
586582
0, &result);
587583

0 commit comments

Comments
 (0)