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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7C12BC25B0C for ; Sun, 7 Aug 2022 07:27:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233783AbiHGH1a (ORCPT ); Sun, 7 Aug 2022 03:27:30 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41600 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231962AbiHGH13 (ORCPT ); Sun, 7 Aug 2022 03:27:29 -0400 Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BD07BBC05; Sun, 7 Aug 2022 00:27:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1659857248; x=1691393248; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=pvqTo8cwE9NuvkuDRbkdGR3FgW6g0e3IKRUiwqeyOpU=; b=h/IEM78VcMPE08Ojl0iDwj1ZDnMnQuKh+SjaKbJIsJz5S1L8kNRPvtBZ shT0S97S2ngBBPGhnESDJM/SfIepM30q2u2K7v3k6OzNNcX0MbOV1lCkK Hg9Jgn/48ualM77KHDAR1BPZjorMfVUdpB8tbW+HRg6H0hDM6g+jwkosN kv8N/JK5/dB6NZuldJZFmFmhA8ol2r5NrfO/2b/MmJ/4hY93iEvDSbwQB zxnUHWam8lS9BNnXJ6F61Yi6u3qqyjahCKFYr/Wb+ImqW9su5MFc+xNmZ gCqO+l37/brWxBIZG3aU39EEQ5dWsb20VhZ72PGKaT+6oaDlBszAefIV6 A==; X-IronPort-AV: E=McAfee;i="6400,9594,10431"; a="273466626" X-IronPort-AV: E=Sophos;i="5.93,219,1654585200"; d="scan'208";a="273466626" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Aug 2022 00:27:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,219,1654585200"; d="scan'208";a="746292715" Received: from lkp-server01.sh.intel.com (HELO e0eace57cfef) ([10.239.97.150]) by fmsmga001.fm.intel.com with ESMTP; 07 Aug 2022 00:27:25 -0700 Received: from kbuild by e0eace57cfef with local (Exim 4.96) (envelope-from ) id 1oKah2-000L6j-20; Sun, 07 Aug 2022 07:27:24 +0000 Date: Sun, 7 Aug 2022 15:27:14 +0800 From: kernel test robot To: Ben Dooks , linux-pwm@vger.kernel.org Cc: kbuild-all@lists.01.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Lee Jones , u.kleine-koenig@pengutronix.de, Thierry Reding , Krzysztof Kozlowski , Greentime Hu , jarkko.nikula@linux.intel.com, William Salmon , Jude Onyenegecha --subject-prefix=PATCH v3 , Ben Dooks Subject: Re: [PATCH 4/8] pwm: dwc: add of/platform support Message-ID: <202208071526.YxCqCuJZ-lkp@intel.com> References: <20220805165033.140958-5-ben.dooks@sifive.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220805165033.140958-5-ben.dooks@sifive.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Ben, I love your patch! Yet something to improve: [auto build test ERROR on thierry-reding-pwm/for-next] [also build test ERROR on linus/master v5.19 next-20220805] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch#_base_tree_information] url: https://github.com/intel-lab-lkp/linux/commits/Ben-Dooks/dt-bindings-pwm-Document-Synopsys-DesignWare-snps-pwm-dw-apb-timers-pwm2/20220806-015142 base: https://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git for-next config: m68k-allyesconfig (https://download.01.org/0day-ci/archive/20220807/202208071526.YxCqCuJZ-lkp@intel.com/config) compiler: m68k-linux-gcc (GCC) 12.1.0 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 # https://github.com/intel-lab-lkp/linux/commit/3bd100d711908b7d16a2c4793b4f5b597acb8d7f git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review Ben-Dooks/dt-bindings-pwm-Document-Synopsys-DesignWare-snps-pwm-dw-apb-timers-pwm2/20220806-015142 git checkout 3bd100d711908b7d16a2c4793b4f5b597acb8d7f # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=m68k SHELL=/bin/bash If you fix the issue, kindly add following tag where applicable Reported-by: kernel test robot All errors (new ones prefixed by >>): drivers/pwm/pwm-dwc.c:321:1: warning: data definition has no type or storage class 321 | module_pci_driver(dwc_pwm_driver); | ^~~~~~~~~~~~~~~~~ >> drivers/pwm/pwm-dwc.c:321:1: error: type defaults to 'int' in declaration of 'module_pci_driver' [-Werror=implicit-int] drivers/pwm/pwm-dwc.c:321:1: warning: parameter names (without types) in function declaration drivers/pwm/pwm-dwc.c:311:26: warning: 'dwc_pwm_driver' defined but not used [-Wunused-variable] 311 | static struct pci_driver dwc_pwm_driver = { | ^~~~~~~~~~~~~~ cc1: some warnings being treated as errors vim +321 drivers/pwm/pwm-dwc.c 1ed2b3fca64516 Jarkko Nikula 2020-10-02 320 1ed2b3fca64516 Jarkko Nikula 2020-10-02 @321 module_pci_driver(dwc_pwm_driver); 1ed2b3fca64516 Jarkko Nikula 2020-10-02 322 -- 0-DAY CI Kernel Test Service https://01.org/lkp