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 <geert+renesas@glider.be>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
This commit is contained in:
Geert Uytterhoeven 2020-03-16 11:32:16 +01:00 committed by Thierry Reding
parent d5a3c7a453
commit a1098c13a3

View File

@ -424,8 +424,6 @@ static int tpu_probe(struct platform_device *pdev)
return ret;
}
dev_info(&pdev->dev, "TPU PWM %d registered\n", tpu->pdev->id);
return 0;
}