Re: [PATCH] [media] rc: Remove init_ir_raw_event and DEFINE_IR_RAW_EVENT

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Sean,

[auto build test ERROR on linuxtv-media/master]
[also build test ERROR on v4.6-rc3 next-20160412]
[if your patch is applied to the wrong git tree, please drop us a note to help improving the system]

url:    https://github.com/0day-ci/linux/commits/Sean-Young/rc-Remove-init_ir_raw_event-and-DEFINE_IR_RAW_EVENT/20160412-203118
base:   git://linuxtv.org/media_tree.git master
config: openrisc-allmodconfig (attached as .config)
reproduce:
        wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        make.cross ARCH=openrisc 

All errors (new ones prefixed by >>):

   drivers/media/i2c/cx25840/cx25840-ir.c: In function 'cx25840_ir_rx_read':
>> drivers/media/i2c/cx25840/cx25840-ir.c:710:4: error: unknown field 'duration' specified in initializer
--
   drivers/media/rc/streamzap.c: In function 'streamzap_callback':
>> drivers/media/rc/streamzap.c:258:6: error: unknown field 'duration' specified in initializer

vim +/duration +710 drivers/media/i2c/cx25840/cx25840-ir.c

   704			v = (unsigned) pulse_width_count_to_ns(
   705					  (u16) (p->hw_fifo_data & FIFO_RXTX), divider);
   706			if (v > IR_MAX_DURATION)
   707				v = IR_MAX_DURATION;
   708	
   709			p->ir_core_data = (struct ir_raw_event)
 > 710				{ .pulse = u, .duration = v, .timeout = w };
   711	
   712			v4l2_dbg(2, ir_debug, sd, "rx read: %10u ns  %s  %s\n",
   713				 v, u ? "mark" : "space", w ? "(timed out)" : "");

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

Attachment: .config.gz
Description: Binary data


[Index of Archives]     [Linux Input]     [Video for Linux]     [Gstreamer Embedded]     [Mplayer Users]     [Linux USB Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]
  Powered by Linux