From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) (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 64DABA4F for ; Fri, 6 May 2022 15:51:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1651852303; x=1683388303; h=date:from:to:cc:subject:message-id:mime-version; bh=ZlrLZjQWhyxRTfRMzdLGS3wjbHf86AZLaNOEKOW4n9U=; b=Sj9+Try0f/ey5MRp18RiKuvvZ0jUzwrNwQ9h0TWNFe5zSFg49iGYqUIs vJOWr/Hms5vHRdvG3MT0G1G0Jp5bXfkN2rgxdJ/4FnO/T4EZg5FRuSD/7 lLXEvLYWwGfGNBOBR2UBPNanQAg5rte4WBdBCYerPooXK6o9TlwOgdwNH AKY6UnumcedFinouWZx6m5w+leAUXhMgDtsO+DAHtLrn9L1ERvVsebLlI yC5S3Nmq6yW+/e6LTqxo1Y7W1WoIowLp+ag8HB/153zLd1qoAjqEQ6x2p sVWnamtJjzE/TA5SzqutVnbJgip+FtTI8ATTEVyxB0UHZw5NgUvsf5D9P g==; X-IronPort-AV: E=McAfee;i="6400,9594,10339"; a="268643281" X-IronPort-AV: E=Sophos;i="5.91,203,1647327600"; d="scan'208";a="268643281" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 May 2022 08:51:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.91,203,1647327600"; d="scan'208";a="569146092" Received: from lkp-server01.sh.intel.com (HELO 5056e131ad90) ([10.239.97.150]) by fmsmga007.fm.intel.com with ESMTP; 06 May 2022 08:51:39 -0700 Received: from kbuild by 5056e131ad90 with local (Exim 4.95) (envelope-from ) id 1nn0F1-000Dcs-2M; Fri, 06 May 2022 15:51:39 +0000 Date: Fri, 6 May 2022 23:51:24 +0800 From: kernel test robot To: Radhey Shyam Pandey Cc: llvm@lists.linux.dev, kbuild-all@lists.01.org, linux-arm-kernel@lists.infradead.org, Michal Simek , Davor Joja Subject: [xilinx-xlnx:xlnx_rebase_v5.15_LTS 622/1129] drivers/media/i2c/adv7511-v4l2.c:2245:21: warning: no previous prototype for function 'adv7511_subdev' Message-ID: <202205062304.jxNotrGO-lkp@intel.com> Precedence: bulk X-Mailing-List: llvm@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline tree: https://github.com/Xilinx/linux-xlnx xlnx_rebase_v5.15_LTS head: 3076249fc30bf463f8390f89009de928ad3e95ff commit: 59e26517c7b77c4c82aad32cfac74ae39c32b76b [622/1129] drivers: media: Customized adv7511 for Xylon LogiCVC (deprecated) config: arm-randconfig-r002-20220506 (https://download.01.org/0day-ci/archive/20220506/202205062304.jxNotrGO-lkp@intel.com/config) compiler: clang version 15.0.0 (https://github.com/llvm/llvm-project 5e004fb787698440a387750db7f8028e7cb14cfc) reproduce (this is a W=1 build): wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # install arm cross compiling tool for clang build # apt-get install binutils-arm-linux-gnueabi # https://github.com/Xilinx/linux-xlnx/commit/59e26517c7b77c4c82aad32cfac74ae39c32b76b git remote add xilinx-xlnx https://github.com/Xilinx/linux-xlnx git fetch --no-tags xilinx-xlnx xlnx_rebase_v5.15_LTS git checkout 59e26517c7b77c4c82aad32cfac74ae39c32b76b # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=arm SHELL=/bin/bash drivers/media/i2c/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): >> drivers/media/i2c/adv7511-v4l2.c:2245:21: warning: no previous prototype for function 'adv7511_subdev' [-Wmissing-prototypes] struct v4l2_subdev *adv7511_subdev(struct v4l2_subdev *sd) ^ drivers/media/i2c/adv7511-v4l2.c:2245:1: note: declare 'static' if the function is not intended to be used outside of this translation unit struct v4l2_subdev *adv7511_subdev(struct v4l2_subdev *sd) ^ static drivers/media/i2c/adv7511-v4l2.c:304:19: warning: unused function 'adv7511_cec_write_and_or' [-Wunused-function] static inline int adv7511_cec_write_and_or(struct v4l2_subdev *sd, u8 reg, u8 mask, ^ drivers/media/i2c/adv7511-v4l2.c:334:20: warning: unused function 'adv7511_pktmem_wr_and_or' [-Wunused-function] static inline void adv7511_pktmem_wr_and_or(struct v4l2_subdev *sd, u8 reg, u8 clr_mask, u8 val_mask) ^ 3 warnings generated. vim +/adv7511_subdev +2245 drivers/media/i2c/adv7511-v4l2.c 2244 > 2245 struct v4l2_subdev *adv7511_subdev(struct v4l2_subdev *sd) 2246 { 2247 static struct v4l2_subdev *subdev; 2248 2249 if (sd) 2250 subdev = sd; 2251 2252 return subdev; 2253 } 2254 EXPORT_SYMBOL(adv7511_subdev); 2255 -- 0-DAY CI Kernel Test Service https://01.org/lkp 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 A713DC433F5 for ; Fri, 6 May 2022 15:53: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:MIME-Version: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:In-Reply-To:References: List-Owner; bh=TmfcXYPkQBL4hGRIN6CS9s9aXh99I2tyMQPX+UYEcGs=; b=2Wac74PSDwNuk3 H4jQA4hgrW7a8an07gqHDxg6gGsnXppJLvTtXiWzgNbO75YmNsQ/0JJVPu2dB6sGfxNciQCHJLgBC XBJV74GUTUtXbcvEhOY7y6xZzriv7rWqy0HPvZNNaBxWTimvDDv9UZPACtnGrPS0celxZAi4zfW6N kp60r5h6n4f4DO3uwP3jkL3Iq+U/TAOkFjKj0qnztlmpoQfhUd46WV0dFIRLRVJb3vsETi+Htw19q 52CrDO45J6xCrFB2A7HMnZlU/b3aXbXizphENo2uWHOFE6CQKyhMLbO2RUDrIC4okTGbBwF/d4MZm Te5lWJQZNps9a0+t143A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nn0FP-004D3k-W9; Fri, 06 May 2022 15:52:04 +0000 Received: from mga07.intel.com ([134.134.136.100]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nn0FL-004D0S-4m for linux-arm-kernel@lists.infradead.org; Fri, 06 May 2022 15:52:01 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1651852319; x=1683388319; h=date:from:to:cc:subject:message-id:mime-version; bh=ZlrLZjQWhyxRTfRMzdLGS3wjbHf86AZLaNOEKOW4n9U=; b=Y7Ca1PBLU10Y3BiH+oTKcaNWPzpX2ugvhoF5I/H0cNJrvEottQFWPrkn IXRNCdL1d58n3adU5HY0PbFFeJ/mPNq9TdUtTF4iO8ORIdjpN+7px/dFp nBBZPA3Eiion2F8WlXBiXV7A5XiHkssL7qaxgzYL6ZFzu1qSEqHHSzC/U Lnod9JxWW2+x9aLIUwrLPQEyFRi5GdW2ecwb8LtvhEjGRAI4kWNiSqJfs 9hgBYikuw/nrY/PL3KWKBd9odRXSOSychVXJEEa+yk1QruJp9JI1ejxk5 MDiMAkVEV1yiRytJTgg0/ng2nejcBi9qUXAxc20/BIzmAQSza6psXizRM Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10339"; a="331491396" X-IronPort-AV: E=Sophos;i="5.91,203,1647327600"; d="scan'208";a="331491396" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 May 2022 08:51:43 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.91,203,1647327600"; d="scan'208";a="569146092" Received: from lkp-server01.sh.intel.com (HELO 5056e131ad90) ([10.239.97.150]) by fmsmga007.fm.intel.com with ESMTP; 06 May 2022 08:51:39 -0700 Received: from kbuild by 5056e131ad90 with local (Exim 4.95) (envelope-from ) id 1nn0F1-000Dcs-2M; Fri, 06 May 2022 15:51:39 +0000 Date: Fri, 6 May 2022 23:51:24 +0800 From: kernel test robot To: Radhey Shyam Pandey Cc: llvm@lists.linux.dev, kbuild-all@lists.01.org, linux-arm-kernel@lists.infradead.org, Michal Simek , Davor Joja Subject: [xilinx-xlnx:xlnx_rebase_v5.15_LTS 622/1129] drivers/media/i2c/adv7511-v4l2.c:2245:21: warning: no previous prototype for function 'adv7511_subdev' Message-ID: <202205062304.jxNotrGO-lkp@intel.com> MIME-Version: 1.0 Content-Disposition: inline X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220506_085159_308001_3600F927 X-CRM114-Status: GOOD ( 10.07 ) 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 tree: https://github.com/Xilinx/linux-xlnx xlnx_rebase_v5.15_LTS head: 3076249fc30bf463f8390f89009de928ad3e95ff commit: 59e26517c7b77c4c82aad32cfac74ae39c32b76b [622/1129] drivers: media: Customized adv7511 for Xylon LogiCVC (deprecated) config: arm-randconfig-r002-20220506 (https://download.01.org/0day-ci/archive/20220506/202205062304.jxNotrGO-lkp@intel.com/config) compiler: clang version 15.0.0 (https://github.com/llvm/llvm-project 5e004fb787698440a387750db7f8028e7cb14cfc) reproduce (this is a W=1 build): wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # install arm cross compiling tool for clang build # apt-get install binutils-arm-linux-gnueabi # https://github.com/Xilinx/linux-xlnx/commit/59e26517c7b77c4c82aad32cfac74ae39c32b76b git remote add xilinx-xlnx https://github.com/Xilinx/linux-xlnx git fetch --no-tags xilinx-xlnx xlnx_rebase_v5.15_LTS git checkout 59e26517c7b77c4c82aad32cfac74ae39c32b76b # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=arm SHELL=/bin/bash drivers/media/i2c/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): >> drivers/media/i2c/adv7511-v4l2.c:2245:21: warning: no previous prototype for function 'adv7511_subdev' [-Wmissing-prototypes] struct v4l2_subdev *adv7511_subdev(struct v4l2_subdev *sd) ^ drivers/media/i2c/adv7511-v4l2.c:2245:1: note: declare 'static' if the function is not intended to be used outside of this translation unit struct v4l2_subdev *adv7511_subdev(struct v4l2_subdev *sd) ^ static drivers/media/i2c/adv7511-v4l2.c:304:19: warning: unused function 'adv7511_cec_write_and_or' [-Wunused-function] static inline int adv7511_cec_write_and_or(struct v4l2_subdev *sd, u8 reg, u8 mask, ^ drivers/media/i2c/adv7511-v4l2.c:334:20: warning: unused function 'adv7511_pktmem_wr_and_or' [-Wunused-function] static inline void adv7511_pktmem_wr_and_or(struct v4l2_subdev *sd, u8 reg, u8 clr_mask, u8 val_mask) ^ 3 warnings generated. vim +/adv7511_subdev +2245 drivers/media/i2c/adv7511-v4l2.c 2244 > 2245 struct v4l2_subdev *adv7511_subdev(struct v4l2_subdev *sd) 2246 { 2247 static struct v4l2_subdev *subdev; 2248 2249 if (sd) 2250 subdev = sd; 2251 2252 return subdev; 2253 } 2254 EXPORT_SYMBOL(adv7511_subdev); 2255 -- 0-DAY CI Kernel Test Service https://01.org/lkp _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel