From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751331AbeETLsz (ORCPT ); Sun, 20 May 2018 07:48:55 -0400 Received: from gloria.sntech.de ([95.129.55.99]:41464 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750936AbeETLsx (ORCPT ); Sun, 20 May 2018 07:48:53 -0400 From: Heiko Stuebner To: Peter Rosin Cc: linux-kernel@vger.kernel.org, Inki Dae , Joonyoung Shim , Seung-Woo Kim , Kyungmin Park , David Airlie , Kukjin Kim , Krzysztof Kozlowski , Sandy Huang , Benjamin Gaignard , Vincent Abriou , dri-devel@lists.freedesktop.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-rockchip@lists.infradead.org Subject: Re: [PATCH 2/3] drm/rockchip: lvds: avoid duplicating drm_bridge_attach Date: Sun, 20 May 2018 13:48:39 +0200 Message-ID: <2076868.NHBhtu2M9j@phil> In-Reply-To: <20180502074025.12421-3-peda@axentia.se> References: <20180502074025.12421-1-peda@axentia.se> <20180502074025.12421-3-peda@axentia.se> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Mittwoch, 2. Mai 2018, 09:40:24 CEST schrieb Peter Rosin: > drm_bridge_attach takes care of these assignments, so there is no need > to open-code them a second time. > > Signed-off-by: Peter Rosin applied to drm-misc-next Thanks Heiko