mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-19 03:31:25 +00:00
media: davinci: vpif: drop probe printk
Drivers should generally not print anything for a successful probe, and printing "success" before probe is done makes no sense. Drop the unnecessary and misleading dev_info() call from probe. Signed-off-by: Johan Hovold <johan@kernel.org> Reviewed-by: Lad Prabhakar <prabhakar.csengg@gmail.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
This commit is contained in:
parent
43acb728bb
commit
7e2c9c6fd8
@ -456,8 +456,6 @@ static int vpif_probe(struct platform_device *pdev)
|
||||
pm_runtime_enable(&pdev->dev);
|
||||
pm_runtime_get(&pdev->dev);
|
||||
|
||||
dev_info(&pdev->dev, "vpif probe success\n");
|
||||
|
||||
/*
|
||||
* If VPIF Node has endpoints, assume "new" DT support,
|
||||
* where capture and display drivers don't have DT nodes
|
||||
|
Loading…
x
Reference in New Issue
Block a user