Received: by 2002:a05:6a11:4021:0:0:0:0 with SMTP id ky33csp2580305pxb; Tue, 21 Sep 2021 03:07:13 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyxlCu1MXBLG+Lq99hWz3J4S4sVqJV85zfB0IKSp710xqQyAp8oEiLfinoKOWDcDdvceLYg X-Received: by 2002:a17:906:3fc8:: with SMTP id k8mr32376531ejj.217.1632218833038; Tue, 21 Sep 2021 03:07:13 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1632218833; cv=none; d=google.com; s=arc-20160816; b=i0y+abc5hUX7GGRXbFEnAb8u8exa/StAb14OUvVrhAlnDMTk29xAjreQi0hfHn/bIj rtc30WcLgAIULzm5l9Ag5bTxUb49pQyeqYo8dpJTlMFv8Yytb3vvpDPn2lsWfaLRYnY1 tDVEfgX2HI9eQ+XF0RoplpPDP6nOYH2uoDsTxPbUHzDDbOivGZy9nXnrrtgHiCFFi9oL RNU/ynM4CzyvexNnYkEoZu8iI63jUP61YukfdCKh9B33i5Q4EU31Deag8ve0wqqJYUbx 5iunJSlocN47m+MQ0wv1NBkbpeRlCnCcUZimnjC+vLqeP/Yw+XT+SYgAIYw2TlhGkCzz 6xqw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=K10QmPq51e3E4cBDRWSSFpN2aBKZzbAmLMW+FH7PkXE=; b=Bi9IY9WgUyWXvFuBkjfiVmGGBQvVpWlnlpDaTgeHCwJ29z4YyNXZW3if/pW2KPrJoB oNNfgDTsUYYqE+bd+iYHmhtiNF6XYwc2lu0Qo7G7K26OHRlA+hVJ+gIVLuiQGchuUrJ9 +0ofpM2/T3hmZ9XhgcoPeXgxxLsliCFT8psIFCwE6VpFm4Ri7El5fEC0BscXELPOxGoy yX6Hd5uG9zneHKVIFjokZTn2tGJOf4nzT85vnade9pGTGVbV+a+qKVCHaF0+HOtF3Df4 Yc6ONXM2tg4z99SZXSRw1yZJ79YSDKI3hHcMTDkgyQDnmwMEVlJ3gcIOtrQnx6K7187W DoBw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id i13si3711799ejo.684.2021.09.21.03.06.43; Tue, 21 Sep 2021 03:07:13 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229833AbhIUKGU (ORCPT + 99 others); Tue, 21 Sep 2021 06:06:20 -0400 Received: from gloria.sntech.de ([185.11.138.130]:38256 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231593AbhIUKFn (ORCPT ); Tue, 21 Sep 2021 06:05:43 -0400 Received: from ip5f5a6e92.dynamic.kabel-deutschland.de ([95.90.110.146] helo=phil.lan) by gloria.sntech.de with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mScdD-0001rd-SG; Tue, 21 Sep 2021 12:04:07 +0200 From: Heiko Stuebner To: hjc@rock-chips.com, daniel@ffwll.ch, Souptick Joarder , airlied@linux.ie Cc: Heiko Stuebner , kernel test robot , linux-rockchip@lists.infradead.org, linux-arm-kernel@lists.infradead.org, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, Robin Murphy Subject: Re: [PATCH v2] drm/rockchip: remove of_match_ptr() Date: Tue, 21 Sep 2021 12:03:36 +0200 Message-Id: <163221857585.2031971.13481757624811469468.b4-ty@sntech.de> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20210607184836.3502-1-jrdr.linux@gmail.com> References: <20210607184836.3502-1-jrdr.linux@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 8 Jun 2021 00:18:36 +0530, Souptick Joarder wrote: > Kernel test robot throws below warning when CONFIG_OF > is not set. > > >> drivers/gpu/drm/rockchip/analogix_dp-rockchip.c:457:34: > warning: unused variable 'rockchip_dp_dt_ids' [-Wunused-const-variable] > static const struct of_device_id rockchip_dp_dt_ids[] = { > > [...] Applied, thanks! [1/1] drm/rockchip: remove of_match_ptr() commit: f7fc7a79bdbf20f2edef69dc62666a4f0cdac0e3 Best regards, -- Heiko Stuebner