All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [PATCH] HID: intel-ish-hid: fix module device-id handling
Date: Thu, 11 Nov 2021 21:21:35 +0800	[thread overview]
Message-ID: <202111112107.DHeu1jJX-lkp@intel.com> (raw)
In-Reply-To: <20211111085842.2846422-1-arnd@kernel.org>

[-- Attachment #1: Type: text/plain, Size: 2305 bytes --]

Hi Arnd,

I love your patch! Yet something to improve:

[auto build test ERROR on next-20211110]
[cannot apply to hid/for-next chrome-platform/for-next linus/master jikos-hid/for-next jikos-trivial/for-next v5.15 v5.15-rc7 v5.15-rc6 v5.15]
[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]

url:    https://github.com/0day-ci/linux/commits/Arnd-Bergmann/HID-intel-ish-hid-fix-module-device-id-handling/20211111-165958
base:   DEBUG invalid remote for branch next-20211110 73e5c18006f5e1f7d35d1e996609eaff6536ae5e
config: x86_64-allyesconfig (attached as .config)
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
reproduce (this is a W=1 build):
        # https://github.com/0day-ci/linux/commit/92fe43ebb358c8772e996996a09f920e9d6dc0a6
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review Arnd-Bergmann/HID-intel-ish-hid-fix-module-device-id-handling/20211111-165958
        git checkout 92fe43ebb358c8772e996996a09f920e9d6dc0a6
        # save the attached .config to linux build tree
        make W=1 ARCH=x86_64 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

>> drivers/platform/x86/intel/ishtp_eclite.c:680:8: error: initialization of 'const struct ishtp_device_id *' from incompatible pointer type 'const struct ishtp_device_id (*)[2]' [-Werror=incompatible-pointer-types]
     680 |  .id = &ecl_ishtp_id_table,
         |        ^
   drivers/platform/x86/intel/ishtp_eclite.c:680:8: note: (near initialization for 'ecl_ishtp_cl_driver.id')
   cc1: all warnings being treated as errors


vim +680 drivers/platform/x86/intel/ishtp_eclite.c

   677	
   678	static struct ishtp_cl_driver ecl_ishtp_cl_driver = {
   679		.name = "ishtp-eclite",
 > 680		.id = &ecl_ishtp_id_table,
   681		.probe = ecl_ishtp_cl_probe,
   682		.remove = ecl_ishtp_cl_remove,
   683		.reset = ecl_ishtp_cl_reset,
   684		.driver.pm = &ecl_ishtp_pm_ops,
   685	};
   686	

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 67037 bytes --]

  parent reply	other threads:[~2021-11-11 13:21 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-11  8:56 [PATCH] HID: intel-ish-hid: fix module device-id handling Arnd Bergmann
2021-11-11  9:29 ` Hans de Goede
2021-11-11 10:34 ` Thomas Weißschuh
2021-11-11 13:21 ` kernel test robot [this message]
2021-11-11 16:25 ` Jiri Kosina

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=202111112107.DHeu1jJX-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=kbuild-all@lists.01.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.