Hi Christian,

I love your patch! Yet something to improve:

[auto build test ERROR on linuxtv-media/master]
[also build test ERROR on v5.10-rc5 next-20201126]
[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/Christian-Hewitt/media-rc-add-keymap-for-pine64-remote/20201127-110954
base:   git://linuxtv.org/media_tree.git master
config: mips-randconfig-r005-20201127 (attached as .config)
compiler: mipsel-linux-gcc (GCC) 9.3.0
reproduce (this is a W=1 build):
        wget 
https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O 
~/bin/make.cross
        chmod +x ~/bin/make.cross
        # 
https://github.com/0day-ci/linux/commit/f91c9e789bb50680477d0af197fc4d3ccb806c3d
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review 
Christian-Hewitt/media-rc-add-keymap-for-pine64-remote/20201127-110954
        git checkout f91c9e789bb50680477d0af197fc4d3ccb806c3d
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross 
ARCH=mips 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <[email protected]>

All errors (new ones prefixed by >>):

>> drivers/media/rc/keymaps/rc-pine64.c:47:15: error: 'RC_MAP_PINE64' 
>> undeclared here (not in a function); did you mean 'RC_MAP_CINERGY'?
      47 |   .name     = RC_MAP_PINE64,
         |               ^~~~~~~~~~~~~
         |               RC_MAP_CINERGY

vim +47 drivers/media/rc/keymaps/rc-pine64.c

    41  
    42  static struct rc_map_list pine64_map = {
    43          .map = {
    44                  .scan     = pine64,
    45                  .size     = ARRAY_SIZE(pine64),
    46                  .rc_proto = RC_PROTO_NECX,
  > 47                  .name     = RC_MAP_PINE64,
    48          }
    49  };
    50  

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/[email protected]

Attachment: .config.gz
Description: application/gzip

Reply via email to