drm: rcar-du: error message is not needed for drm_vblank_init()
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Wed, 25 May 2016 00:40:26 +0000 (00:40 +0000)
committerLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Mon, 20 Jun 2016 19:31:31 +0000 (22:31 +0300)
commitf32133a58a7cdba6e8e669870ca5c370f88656f1
tree1a60beddb672e79721af4aeb6e4be57d42342a81
parentfef1ac57af386a857f1cc055faeee7594f5310f8
drm: rcar-du: error message is not needed for drm_vblank_init()

The only reason drm_vblank_init() could return an error at the
moment is a kcalloc() failure.
So we can remove current error message completely.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
drivers/gpu/drm/rcar-du/rcar_du_drv.c