mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Vladislav Zhurba <vzhurba@nvidia.com>
Cc: kbuild-all@01.org, linux-kernel@vger.kernel.org,
	mchehab@kernel.org, linux-media@vger.kernel.org,
	Jun Yan <juyan@nvidia.com>, marting <marting@nvidia.com>,
	Daniel Fu <danifu@nvidia.com>,
	Vladislav Zhurba <vzhurba@nvidia.com>
Subject: Re: [PATCH 1/1] media: rc: Add NVIDIA IR keymapping
Date: Mon, 23 Apr 2018 04:12:57 +0800	[thread overview]
Message-ID: <201804230303.BYVZjwsd%fengguang.wu@intel.com> (raw)
In-Reply-To: <20180420184747.29022-2-vzhurba@nvidia.com>

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

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: x86_64-allyesdebian (attached as .config)
compiler: gcc-7 (Debian 7.3.0-16) 7.3.0
reproduce:
        # save the attached .config to linux build tree
        make ARCH=x86_64 

All errors (new ones prefixed by >>):

>> drivers/media/rc/keymaps/rc-nvidia.c:47:5: error: 'struct rc_map' has no member named 'rc_type'
       .rc_type = RC_TYPE_SONY12,
        ^~~~~~~
>> drivers/media/rc/keymaps/rc-nvidia.c:47:15: error: 'RC_TYPE_SONY12' undeclared here (not in a function); did you mean 'RC_PROTO_SONY12'?
       .rc_type = RC_TYPE_SONY12,
                  ^~~~~~~~~~~~~~
                  RC_PROTO_SONY12
--
>> drivers/media/rc/keymaps/rc-nvidia-nec.c:47:5: error: 'struct rc_map' has no member named 'rc_type'
       .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); did you mean 'RC_MAP_CEC'?
       .rc_type = RC_TYPE_NEC,
                  ^~~~~~~~~~~
                  RC_MAP_CEC

vim +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

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

  reply	other threads:[~2018-04-22 20:13 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-20 18:47 [PATCH 0/1] Add two IR keymaps for NVIDIA devices Vladislav Zhurba
2018-04-20 18:47 ` [PATCH 1/1] media: rc: Add NVIDIA IR keymapping Vladislav Zhurba
2018-04-22 20:12   ` kbuild test robot [this message]
2018-04-22 20:19   ` kbuild test robot
2018-04-24 10:29   ` Sean Young

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=201804230303.BYVZjwsd%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=danifu@nvidia.com \
    --cc=juyan@nvidia.com \
    --cc=kbuild-all@01.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=marting@nvidia.com \
    --cc=mchehab@kernel.org \
    --cc=vzhurba@nvidia.com \
    /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

all inboxes | Powered by JetHome®