From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 432FCC433EF for ; Fri, 25 Feb 2022 11:07:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239866AbiBYLIQ (ORCPT ); Fri, 25 Feb 2022 06:08:16 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39536 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231214AbiBYLIO (ORCPT ); Fri, 25 Feb 2022 06:08:14 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D99BC1680B3; Fri, 25 Feb 2022 03:07:41 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 7221A61803; Fri, 25 Feb 2022 11:07:41 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 584D7C340E7; Fri, 25 Feb 2022 11:07:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1645787260; bh=oLPnU/B1EfAHSSx2pwR9mNAhPWw9h8esfJmG0nixOJ4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=youXPU4HsasCohDyHjU+UExa7esUpBXqe83BkpO4oys3ggTwaVwU0EqcoU9p7OJFz zGObCtr4r04McxUGh6hTF96Id21c4DxsOjZZkFLvs23Le5pH7mzB/BiPhsmwE1eJtj oCn2NhOtflKcUj11rzp9mZivMS6eMmmPjaovNUjk= Date: Fri, 25 Feb 2022 12:07:38 +0100 From: Greg Kroah-Hartman To: Helge Deller Cc: Yong Wu , David Airlie , Daniel Vetter , dri-devel@lists.freedesktop.org, James Wang , Liviu Dudau , iommu@lists.linux-foundation.org, Matthias Brugger , Krzysztof Kozlowski , linux-kernel@vger.kernel.org, Joerg Roedel , Will Deacon , Arnd Bergmann , Laurent Pinchart , linux-mediatek@lists.infradead.org, Chun-Kuang Hu , linux-arm-kernel@lists.infradead.org, Stephen Boyd , AngeloGioacchino Del Regno , Hsin-Yi Wang , Robin Murphy , Tomasz Figa , srv_heupstream@mediatek.com, Rob Clark , Srinivas Kandagatla , Sebastian Reichel , linux-omap@vger.kernel.org, linux-fbdev@vger.kernel.org Subject: Re: [PATCH 22/23] video: omapfb: dss: Make use of the helper component_compare_dev Message-ID: References: <20220214060819.7334-1-yong.wu@mediatek.com> <20220214060819.7334-23-yong.wu@mediatek.com> <7e60cd01-8afc-ddb5-a1bb-6e9f53ccfba5@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7e60cd01-8afc-ddb5-a1bb-6e9f53ccfba5@gmx.de> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Feb 15, 2022 at 09:46:24PM +0100, Helge Deller wrote: > On 2/14/22 07:08, Yong Wu wrote: > > Use the common compare helper from component. > > > > Cc: Helge Deller > > Cc: linux-omap@vger.kernel.org > > Cc: linux-fbdev@vger.kernel.org > > Signed-off-by: Yong Wu > > Applied to the fbdev for-next branch. That will break the build, it needs patch 1/23 to build properly :(