public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* drivers/input/touchscreen/himax_hx83112b.c:125:42-48: ERROR: application of sizeof to pointer
@ 2024-08-19 20:06 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2024-08-19 20:06 UTC (permalink / raw)
  To: Felix Kaechele; +Cc: oe-kbuild-all, linux-kernel, Dmitry Torokhov

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   6e4436539ae182dc86d57d13849862bcafaa4709
commit: 0944829d491e0f342924154d2e58c6b2e61e3595 Input: himax_hx83112b - implement MCU register reading
date:   6 weeks ago
config: sparc64-randconfig-r051-20240819 (https://download.01.org/0day-ci/archive/20240820/202408200301.Ujpj7Vov-lkp@intel.com/config)
compiler: sparc64-linux-gcc (GCC) 14.1.0

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/202408200301.Ujpj7Vov-lkp@intel.com/

cocci warnings: (new ones prefixed by >>)
>> drivers/input/touchscreen/himax_hx83112b.c:125:42-48: ERROR: application of sizeof to pointer

vim +125 drivers/input/touchscreen/himax_hx83112b.c

   120	
   121	static int himax_read_mcu(struct himax_ts_data *ts, u32 address, u32 *dst)
   122	{
   123		int error;
   124	
 > 125		error = himax_bus_read(ts, address, dst, sizeof(dst));
   126		if (error)
   127			return error;
   128	
   129		return 0;
   130	}
   131	

-- 
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-08-19 20:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-19 20:06 drivers/input/touchscreen/himax_hx83112b.c:125:42-48: ERROR: application of sizeof to pointer 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