From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrzej Hajda Subject: Re: [PATCH] drm/mediatek: Only try to attach bridge if there is one Date: Mon, 26 Nov 2018 07:58:43 +0100 Message-ID: <6be0a453-80fb-4d97-1610-e4db124faf61@samsung.com> References: <20181126040737.138682-1-drinkcat@chromium.org> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Return-path: In-Reply-To: <20181126040737.138682-1-drinkcat@chromium.org> Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org To: Nicolas Boichat , CK Hu Cc: David Airlie , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-mediatek@lists.infradead.org, Matthias Brugger , linux-arm-kernel@lists.infradead.org List-Id: linux-mediatek@lists.infradead.org On 26.11.2018 05:07, Nicolas Boichat wrote: > Even if dsi->bridge is NULL, we still try to call drm_bridge_attach, > and print out an error message, before creating the connector. > > When no bridge is provided, let's skip these 2 steps and directly > create the connector. > > Signed-off-by: Nicolas Boichat Reviewed-by: Andrzej Hajda  -- Regards Andrzej