Skip to content

Commit 5fec19a

Browse files
Boris Brezilloncristibirsan
authored andcommitted
drm: atmel-hlcdc: add info messages
Add dev_info messages to inform the user when the display controller is up and running. Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com> [nicolas.ferre@atmel.com: adapt to newer driver] Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
1 parent fecd3cb commit 5fec19a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -786,6 +786,7 @@ static int atmel_hlcdc_dc_drm_probe(struct platform_device *pdev)
786786
if (ret)
787787
goto err_unload;
788788

789+
dev_info(ddev->dev, "DRM device successfully registered\n");
789790
return 0;
790791

791792
err_unload:

0 commit comments

Comments
 (0)