From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id E860A10A3B for ; Thu, 30 Nov 2023 05:04:52 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=intel.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=intel.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="CAF8aSIC" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1701320692; x=1732856692; h=date:from:to:cc:subject:message-id:mime-version; bh=Y7nVp7ml6LGkNf1O9ozqBUqWWJfCOgrXgHof4PRyFuQ=; b=CAF8aSICk48BP6lv3Q36jRt4jKkSUDmFRYbrpdIR8S8YdayQW73gpyig Y2IQ5cPlA5J3EcIrT/w2Li+t/+CSSaj1bd6vjqWBaKxjh5QVXKKpDy8HL R3zvEDryjALhC0GhimlHFP8LOqzLT/sSuzZmDBlRsJr8kIJIYyMLLKIzc EW86uPCG1JbgRRtPnWG/zGWcHudrbNnZwbagULl45lA27OjcTH/mhuIBJ ZIpdbhidtRnUe7H+QmhtvVABUmUzvLPjj7a9gJHkokJXKhdl0s35uTXpR BOWVsUJfqtuDv/4531b3sLNK26nU1kxS316rAoij1O4fwmmio9qojRYmM A==; X-IronPort-AV: E=McAfee;i="6600,9927,10909"; a="396078916" X-IronPort-AV: E=Sophos;i="6.04,237,1695711600"; d="scan'208";a="396078916" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Nov 2023 21:04:50 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10909"; a="745503685" X-IronPort-AV: E=Sophos;i="6.04,237,1695711600"; d="scan'208";a="745503685" Received: from lkp-server02.sh.intel.com (HELO b07ab15da5fe) ([10.239.97.151]) by orsmga006.jf.intel.com with ESMTP; 29 Nov 2023 21:04:48 -0800 Received: from kbuild by b07ab15da5fe with local (Exim 4.96) (envelope-from ) id 1r8ZED-0001OM-2Q; Thu, 30 Nov 2023 05:04:45 +0000 Date: Thu, 30 Nov 2023 13:03:13 +0800 From: kernel test robot To: Srinivasa Rao Mandadapu Cc: oe-kbuild-all@lists.linux.dev, linux-kernel@vger.kernel.org, Mark Brown , Venkata Prasad Potturu , Srinivas Kandagatla Subject: sound/soc/qcom/lpass-sc7280.c:419:34: warning: 'sc7280_lpass_cpu_device_id' defined but not used Message-ID: <202311301257.ImTyBnyl-lkp@intel.com> Precedence: bulk X-Mailing-List: oe-kbuild-all@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi Srinivasa, FYI, the error/warning still remains. tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 3b47bc037bd44f142ac09848e8d3ecccc726be99 commit: b62c4e5fba2f910bc9f23ae152d11627e4c2f00f ASoC: qcom: lpass-sc7280: Add platform driver for lpass audio date: 1 year, 9 months ago config: x86_64-buildonly-randconfig-001-20231105 (https://download.01.org/0day-ci/archive/20231130/202311301257.ImTyBnyl-lkp@intel.com/config) compiler: gcc-12 (Debian 12.2.0-14) 12.2.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20231130/202311301257.ImTyBnyl-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/202311301257.ImTyBnyl-lkp@intel.com/ All warnings (new ones prefixed by >>): >> sound/soc/qcom/lpass-sc7280.c:419:34: warning: 'sc7280_lpass_cpu_device_id' defined but not used [-Wunused-const-variable=] 419 | static const struct of_device_id sc7280_lpass_cpu_device_id[] = { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ vim +/sc7280_lpass_cpu_device_id +419 sound/soc/qcom/lpass-sc7280.c 418 > 419 static const struct of_device_id sc7280_lpass_cpu_device_id[] = { 420 {.compatible = "qcom,sc7280-lpass-cpu", .data = &sc7280_data}, 421 {} 422 }; 423 MODULE_DEVICE_TABLE(of, sc7280_lpass_cpu_device_id); 424 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki