From mboxrd@z Thu Jan 1 00:00:00 1970 From: a.hajda@samsung.com (Andrzej Hajda) Date: Mon, 26 Nov 2018 07:58:43 +0100 Subject: [PATCH] drm/mediatek: Only try to attach bridge if there is one In-Reply-To: <20181126040737.138682-1-drinkcat@chromium.org> References: <20181126040737.138682-1-drinkcat@chromium.org> Message-ID: <6be0a453-80fb-4d97-1610-e4db124faf61@samsung.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.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