[<prev] [next>] [day] [month] [year] [list]
Message-ID: <202408200301.Ujpj7Vov-lkp@intel.com>
Date: Tue, 20 Aug 2024 04:06:08 +0800
From: kernel test robot <lkp@...el.com>
To: Felix Kaechele <felix@...chele.ca>
Cc: oe-kbuild-all@...ts.linux.dev, linux-kernel@...r.kernel.org,
Dmitry Torokhov <dmitry.torokhov@...il.com>
Subject: drivers/input/touchscreen/himax_hx83112b.c:125:42-48: ERROR:
application of sizeof to pointer
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@...el.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
Powered by blists - more mailing lists