[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <201804230300.CFsyPHO4%fengguang.wu@intel.com>
Date: Mon, 23 Apr 2018 04:19:26 +0800
From: kbuild test robot <lkp@...el.com>
To: Vladislav Zhurba <vzhurba@...dia.com>
Cc: kbuild-all@...org, linux-kernel@...r.kernel.org,
mchehab@...nel.org, linux-media@...r.kernel.org,
Jun Yan <juyan@...dia.com>, marting <marting@...dia.com>,
Daniel Fu <danifu@...dia.com>,
Vladislav Zhurba <vzhurba@...dia.com>
Subject: Re: [PATCH 1/1] media: rc: Add NVIDIA IR keymapping
Hi Jun,
Thank you for the patch! Yet something to improve:
[auto build test ERROR on linuxtv-media/master]
[also build test ERROR on v4.17-rc1 next-20180420]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]
url: https://github.com/0day-ci/linux/commits/Vladislav-Zhurba/media-rc-Add-NVIDIA-IR-keymapping/20180423-023840
base: git://linuxtv.org/media_tree.git master
config: i386-randconfig-s1-201816 (attached as .config)
compiler: gcc-6 (Debian 6.4.0-9) 6.4.0 20171026
reproduce:
# save the attached .config to linux build tree
make ARCH=i386
All errors (new ones prefixed by >>):
>> drivers/media/rc/keymaps/rc-nvidia.c:47:4: error: unknown field 'rc_type' specified in initializer
.rc_type = RC_TYPE_SONY12,
^
>> drivers/media/rc/keymaps/rc-nvidia.c:47:15: error: 'RC_TYPE_SONY12' undeclared here (not in a function)
.rc_type = RC_TYPE_SONY12,
^~~~~~~~~~~~~~
--
>> drivers/media/rc/keymaps/rc-nvidia-nec.c:47:4: error: unknown field 'rc_type' specified in initializer
.rc_type = RC_TYPE_NEC,
^
>> drivers/media/rc/keymaps/rc-nvidia-nec.c:47:15: error: 'RC_TYPE_NEC' undeclared here (not in a function)
.rc_type = RC_TYPE_NEC,
^~~~~~~~~~~
vim +/rc_type +47 drivers/media/rc/keymaps/rc-nvidia.c
42
43 static struct rc_map_list nvidia_map = {
44 .map = {
45 .scan = foster_table,
46 .size = ARRAY_SIZE(foster_table),
> 47 .rc_type = RC_TYPE_SONY12,
48 .name = RC_MAP_NVIDIA,
49 }
50 };
51
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
Download attachment ".config.gz" of type "application/gzip" (29504 bytes)
Powered by blists - more mailing lists