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-...
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/92fe43ebb358c8772e996996a09f920e9...
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(a)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@lists.01.org