From: kernel test robot <lkp@intel.com>
To: Felix Kaechele <felix@kaechele.ca>
Cc: oe-kbuild-all@lists.linux.dev, linux-kernel@vger.kernel.org,
Dmitry Torokhov <dmitry.torokhov@gmail.com>
Subject: drivers/input/touchscreen/himax_hx83112b.c:125:42-48: ERROR: application of sizeof to pointer
Date: Tue, 20 Aug 2024 04:06:08 +0800 [thread overview]
Message-ID: <202408200301.Ujpj7Vov-lkp@intel.com> (raw)
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
reply other threads:[~2024-08-19 20:07 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202408200301.Ujpj7Vov-lkp@intel.com \
--to=lkp@intel.com \
--cc=dmitry.torokhov@gmail.com \
--cc=felix@kaechele.ca \
--cc=linux-kernel@vger.kernel.org \
--cc=oe-kbuild-all@lists.linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox