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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 CBAD1C54E60 for ; Sat, 16 Mar 2024 08:19:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=e5ZACRYl8Rm8XQ0imeYke1/V9lllYB5pMmae1ox6i3w=; b=hUmB1n8iaaEwXy XweseNGiJ0zLm3I5qMbgJBny2nc6CGXl4w5FimDxqCmC+GqqZpFzY84i0bG9GnFWLVkX+z32Bla6/ Vfc1X1ah5FAwmniZC67fhvqg1g+vRMBwA3pkDmIfoxmCFOoafh0hZKXEMDfnIXXTDsuk4//foA2On lDPg/B/bM78s1Tz2TNwxrbWuUS6GLBEbcsbDFUkFDpOu79YC/eNto5ozWs4nb8P4u0nWD3e2kXj3p 7N1U3TO7HxMaACg+OLzuVv1PmNGbC1QBMTBJGbSvW+kUjLTU4YL+USGOX6okMBG8wiaFihR9Fvx5Q +STs/SRIp156pMJzLpjA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rlPFp-00000002iRt-3suc; Sat, 16 Mar 2024 08:18:57 +0000 Received: from mgamail.intel.com ([198.175.65.11]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rlPFm-00000002iQ3-00Qv for linux-arm-kernel@lists.infradead.org; Sat, 16 Mar 2024 08:18:55 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1710577135; x=1742113135; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=/hUGS7eGBHwHUjRTTCc9HBhUNnTz3azKk/JJkJ0hSto=; b=SWl6uFPpwhgT66OafL9/CxwrV4OeG2qaNcBtj2U3NFnJ9plpm/3jGHPr 9vvoITCxuYnU7K2w/MumZAlOWfCMPDhBf2Yml9dbEnY90qcog2Md2pZvv nhr6l1gm8Mps7B0E4e76AotK75PYblZ1wavjVva3wgx89b/OLhSRX6xyg 6yzuOte8tx6tOT0OBDger2BGwaHyCM2H9fW7C4Wmkl5KmD0ZWgXS1ZUQI uZPSfW7xKXRO27tRwVb4uVWWvTAITvKObUmCmfHtjS6uVoZVjhX79MDSe TSGUF8iPavThRJ3YbCbt2udZ9fUFkXRJiRBxmrKYz9DDQLYA/7QfYiiwf Q==; X-IronPort-AV: E=McAfee;i="6600,9927,11014"; a="16001052" X-IronPort-AV: E=Sophos;i="6.07,129,1708416000"; d="scan'208";a="16001052" Received: from orviesa002.jf.intel.com ([10.64.159.142]) by orvoesa103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Mar 2024 01:18:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.07,129,1708416000"; d="scan'208";a="43835211" Received: from lkp-server01.sh.intel.com (HELO b21307750695) ([10.239.97.150]) by orviesa002.jf.intel.com with ESMTP; 16 Mar 2024 01:18:40 -0700 Received: from kbuild by b21307750695 with local (Exim 4.96) (envelope-from ) id 1rlPFV-000FDn-1m; Sat, 16 Mar 2024 08:18:37 +0000 Date: Sat, 16 Mar 2024 16:18:15 +0800 From: kernel test robot To: Ayush Singh , linux-kernel@vger.kernel.org Cc: oe-kbuild-all@lists.linux.dev, Ayush Singh , jkridner@beagleboard.org, robertcnelson@beagleboard.org, Vaishnav M A , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Vignesh Raghavendra , Tero Kristo , Derek Kiernan , Dragan Cvetic , Arnd Bergmann , Greg Kroah-Hartman , Liam Girdwood , Mark Brown , Jiri Slaby , Johan Hovold , Alex Elder , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-spi@vger.kernel.org, linux-serial@vger.kernel.org, greybus-dev@lists.linaro.org Subject: Re: [PATCH v3 7/8] mikrobus: Add mikrobus driver Message-ID: <202403161617.AYNy6qpP-lkp@intel.com> References: <20240315184908.500352-8-ayushdevel1325@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20240315184908.500352-8-ayushdevel1325@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240316_011854_159393_C9024E1A X-CRM114-Status: GOOD ( 11.75 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Ayush, kernel test robot noticed the following build warnings: [auto build test WARNING on 61996c073c9b070922ad3a36c981ca6ddbea19a5] url: https://github.com/intel-lab-lkp/linux/commits/Ayush-Singh/dt-bindings-misc-Add-mikrobus-connector/20240316-025407 base: 61996c073c9b070922ad3a36c981ca6ddbea19a5 patch link: https://lore.kernel.org/r/20240315184908.500352-8-ayushdevel1325%40gmail.com patch subject: [PATCH v3 7/8] mikrobus: Add mikrobus driver config: alpha-allyesconfig (https://download.01.org/0day-ci/archive/20240316/202403161617.AYNy6qpP-lkp@intel.com/config) compiler: alpha-linux-gcc (GCC) 13.2.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240316/202403161617.AYNy6qpP-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/202403161617.AYNy6qpP-lkp@intel.com/ All warnings (new ones prefixed by >>): drivers/misc/mikrobus/mikrobus_manifest.c: In function 'mikrobus_manifest_parse_devices': >> drivers/misc/mikrobus/mikrobus_manifest.c:422:13: warning: variable 'retval' set but not used [-Wunused-but-set-variable] 422 | int retval, devcount = 0; | ^~~~~~ vim +/retval +422 drivers/misc/mikrobus/mikrobus_manifest.c 417 418 static int mikrobus_manifest_parse_devices(struct addon_board_info *board) 419 { 420 struct greybus_descriptor_device *desc_device; 421 struct manifest_desc *desc, *next; > 422 int retval, devcount = 0; 423 424 list_for_each_entry_safe(desc, next, &board->manifest_descs, links) { 425 if (desc->type != GREYBUS_TYPE_DEVICE) 426 continue; 427 428 desc_device = desc->data; 429 retval = mikrobus_manifest_attach_device(board, desc_device); 430 devcount++; 431 } 432 433 return devcount; 434 } 435 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel