Skip to content

Commit a1098c1

Browse files
geertuthierryreding
authored andcommitted
pwm: renesas-tpu: Drop confusing registered message
During device probe, the message TPU PWM -1 registered is printed. While the "-1" looks suspicious, it is perfectly normal for a device instantiated from DT. Remove the message, as there are no non-DT users left, and other drivers don't print such messages either. Signed-off-by: Geert Uytterhoeven <[email protected]> Reviewed-by: Laurent Pinchart <[email protected]> Acked-by: Uwe Kleine-König <[email protected]> Signed-off-by: Thierry Reding <[email protected]>
1 parent d5a3c7a commit a1098c1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/pwm/pwm-renesas-tpu.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -424,8 +424,6 @@ static int tpu_probe(struct platform_device *pdev)
424424
return ret;
425425
}
426426

427-
dev_info(&pdev->dev, "TPU PWM %d registered\n", tpu->pdev->id);
428-
429427
return 0;
430428
}
431429

0 commit comments

Comments
 (0)