public inbox for llvm@lists.linux.dev
 help / color / mirror / Atom feed
* Re: [PATCH v11 3/3] hwmon: (aspeed-g6-pwm-tacho): Support for ASPEED g6 PWM/Fan tach
       [not found] <20240104034120.3516290-4-billy_tsai@aspeedtech.com>
@ 2024-01-04 19:01 ` kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2024-01-04 19:01 UTC (permalink / raw)
  To: Billy Tsai, jdelvare, linux, robh+dt, krzysztof.kozlowski+dt,
	joel, andrew, corbet, thierry.reding, u.kleine-koenig, p.zabel,
	naresh.solanki, linux-hwmon, devicetree, linux-arm-kernel,
	linux-aspeed, linux-kernel, linux-doc, linux-pwm, BMC-SW, patrick
  Cc: llvm, oe-kbuild-all

Hi Billy,

kernel test robot noticed the following build errors:

[auto build test ERROR on groeck-staging/hwmon-next]
[also build test ERROR on linus/master v6.7-rc8 next-20240104]
[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/Billy-Tsai/dt-bindings-hwmon-fan-Add-fan-binding-to-schema/20240104-114552
base:   https://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-next
patch link:    https://lore.kernel.org/r/20240104034120.3516290-4-billy_tsai%40aspeedtech.com
patch subject: [PATCH v11 3/3] hwmon: (aspeed-g6-pwm-tacho): Support for ASPEED g6 PWM/Fan tach
config: x86_64-allyesconfig (https://download.01.org/0day-ci/archive/20240105/202401050234.nDBceclJ-lkp@intel.com/config)
compiler: ClangBuiltLinux clang version 17.0.6 (https://github.com/llvm/llvm-project 6009708b4367171ccdbf4b5905cb6a803753fe18)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240105/202401050234.nDBceclJ-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 <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202401050234.nDBceclJ-lkp@intel.com/

All errors (new ones prefixed by >>):

>> drivers/hwmon/aspeed-g6-pwm-tach.c:270:3: error: field designator 'owner' does not refer to any field in type 'const struct pwm_ops'
     270 |         .owner = THIS_MODULE,
         |         ~^~~~~~~~~~~~~~~~~~~
   1 error generated.


vim +270 drivers/hwmon/aspeed-g6-pwm-tach.c

   266	
   267	static const struct pwm_ops aspeed_pwm_ops = {
   268		.apply = aspeed_pwm_apply,
   269		.get_state = aspeed_pwm_get_state,
 > 270		.owner = THIS_MODULE,
   271	};
   272	

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-01-04 19:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20240104034120.3516290-4-billy_tsai@aspeedtech.com>
2024-01-04 19:01 ` [PATCH v11 3/3] hwmon: (aspeed-g6-pwm-tacho): Support for ASPEED g6 PWM/Fan tach kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox