drm_info() adds proper context to the kernel log message, as it receives
the drm_device pointer. It is thus preferred over DRM_INFO(). Replace
the latter with the former.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
        if (ret)
                goto error;
 
-       DRM_INFO("Device %s probed\n", dev_name(&pdev->dev));
+       drm_info(&rcdu->ddev, "Device %s probed\n", dev_name(&pdev->dev));
 
        drm_fbdev_generic_setup(&rcdu->ddev, 32);