drm: rcar-du: Don't fail probe in case of partial encoder init error
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Wed, 10 Dec 2014 23:26:04 +0000 (01:26 +0200)
committerLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Tue, 23 Dec 2014 10:01:48 +0000 (12:01 +0200)
If an encoder fails to initialize the device can still be used without
the failed encoder. Don't propagate the error out of the probe function
but just skip the failed encoder.

As a special case a deferred probe request from the encoder is still
propagated out of the probe function in order not to break the deferred
probing mechanism.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>

No differences found