On Thu, May 03, 2018 at 06:40:07PM +0200, Boris Brezillon wrote:
There's no point searching for a drm_bridge or drm_panel if the OF node we're pointing has a status property that is not "okay" or "ok". Just return -ENODEV in this case.
Signed-off-by: Boris Brezillon boris.brezillon@bootlin.com
drivers/gpu/drm/drm_of.c | 5 +++++ 1 file changed, 5 insertions(+)
Reviewed-by: Thierry Reding treding@nvidia.com Acked-by: Thierry Reding treding@nvidia.com