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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 65D32C001DF for ; Mon, 31 Jul 2023 23:18:54 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 2516010E096; Mon, 31 Jul 2023 23:18:53 +0000 (UTC) Received: from mgamail.intel.com (unknown [192.55.52.93]) by gabe.freedesktop.org (Postfix) with ESMTPS id 7362F10E096 for ; Mon, 31 Jul 2023 23:18:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1690845530; x=1722381530; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=8GipQ4hEvRJSApWGCy1qqONt5HF8VluikrhoaEThb34=; b=lloSctVBE27ZBFBG1cipLcmdv9GeQXLG5FqHi35a6kH5aU4xVf+cFdEs PSfvDEPmhxFVULNi9NE5nw3PGCOSUrd10FXNAV+0o1QuUth2VExx4jLs6 QeUxqiqF9UlNKFM5AOmDgzdIkZIJl+txj7lK9rHV8zbxwOjMCLblZPFK5 d6O321jKVC4tvBQNtFWMbdorjkK42A/A9su8WNO1EvTJPLUVdmBm48sGk RsOzKRhAzuuA5Vp+1TCvmadrYhp6GhrBHbn4M14UNf3jzGD2N7rFqECt/ c0PSSL/Zsf7yjgMoL4w4ZO9PyF46MJHuGzAwihAxcxF3WIX5ucyVV4wfY Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10788"; a="366620373" X-IronPort-AV: E=Sophos;i="6.01,245,1684825200"; d="scan'208";a="366620373" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Jul 2023 16:18:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10788"; a="763548750" X-IronPort-AV: E=Sophos;i="6.01,245,1684825200"; d="scan'208";a="763548750" Received: from lkp-server02.sh.intel.com (HELO 953e8cd98f7d) ([10.239.97.151]) by orsmga001.jf.intel.com with ESMTP; 31 Jul 2023 16:18:47 -0700 Received: from kbuild by 953e8cd98f7d with local (Exim 4.96) (envelope-from ) id 1qQcA2-0005SN-1d; Mon, 31 Jul 2023 23:18:46 +0000 Date: Tue, 1 Aug 2023 07:18:40 +0800 From: kernel test robot To: Zhu Wang , linux@armlinux.org.uk, airlied@gmail.com, daniel@ffwll.ch, dri-devel@lists.freedesktop.org, u.kleine-koenig@pengutronix.de, arnd@arndb.de Subject: Re: [PATCH -next] drm/i2c: tda998x: remove redundant of_match_ptr Message-ID: <202308010739.e8CIMoSS-lkp@intel.com> References: <20230731130257.94751-1-wangzhu9@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230731130257.94751-1-wangzhu9@huawei.com> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: wangzhu9@huawei.com, oe-kbuild-all@lists.linux.dev Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi Zhu, kernel test robot noticed the following build errors: [auto build test ERROR on next-20230731] url: https://github.com/intel-lab-lkp/linux/commits/Zhu-Wang/drm-i2c-tda998x-remove-redundant-of_match_ptr/20230731-210417 base: next-20230731 patch link: https://lore.kernel.org/r/20230731130257.94751-1-wangzhu9%40huawei.com patch subject: [PATCH -next] drm/i2c: tda998x: remove redundant of_match_ptr config: i386-buildonly-randconfig-r004-20230731 (https://download.01.org/0day-ci/archive/20230801/202308010739.e8CIMoSS-lkp@intel.com/config) compiler: gcc-12 (Debian 12.2.0-14) 12.2.0 reproduce: (https://download.01.org/0day-ci/archive/20230801/202308010739.e8CIMoSS-lkp@intel.com/reproduce) If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot | Closes: https://lore.kernel.org/oe-kbuild-all/202308010739.e8CIMoSS-lkp@intel.com/ All errors (new ones prefixed by >>): >> drivers/gpu/drm/i2c/tda998x_drv.c:2106:35: error: 'tda998x_dt_ids' undeclared here (not in a function); did you mean 'tda998x_ids'? 2106 | .of_match_table = tda998x_dt_ids, | ^~~~~~~~~~~~~~ | tda998x_ids vim +2106 drivers/gpu/drm/i2c/tda998x_drv.c 2100 2101 static struct i2c_driver tda998x_driver = { 2102 .probe = tda998x_probe, 2103 .remove = tda998x_remove, 2104 .driver = { 2105 .name = "tda998x", > 2106 .of_match_table = tda998x_dt_ids, 2107 }, 2108 .id_table = tda998x_ids, 2109 }; 2110 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki