Hi,
[auto build test ERROR on linuxtv-media/master] [also build test ERROR on v4.7-rc3 next-20160617] [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/Arnd-Bergmann/omap3isp-support-64-b... base: git://linuxtv.org/media_tree.git master config: arm-allyesconfig (attached as .config) compiler: arm-linux-gnueabi-gcc (Debian 5.3.1-8) 5.3.1 20160205 reproduce: wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/ma... -O ~/bin/make.cross chmod +x ~/bin/make.cross # save the attached .config to linux build tree make.cross ARCH=arm
All errors (new ones prefixed by >>):
drivers/media/platform/omap3isp/ispstat.c: In function 'omap3isp_stat_request_statistics':
drivers/media/platform/omap3isp/ispstat.c:499:6: error: 'struct omap3isp_stat_data' has no member named 'ts'
data->ts = buf->ts; ^ drivers/media/platform/omap3isp/ispstat.c: In function 'omap3isp_stat_request_statistics_time32': drivers/media/platform/omap3isp/ispstat.c:519:26: error: 'struct omap3isp_stat_data' has no member named 'ts' data->ts.tv_sec = data64.ts.tv_sec; ^ drivers/media/platform/omap3isp/ispstat.c:520:27: error: 'struct omap3isp_stat_data' has no member named 'ts' data->ts.tv_usec = data64.ts.tv_usec; ^
vim +499 drivers/media/platform/omap3isp/ispstat.c
68e342b30 drivers/media/video/omap3isp/ispstat.c David Cohen 2011-02-12 493 buf = isp_stat_buf_get(stat, data); 68e342b30 drivers/media/video/omap3isp/ispstat.c David Cohen 2011-02-12 494 if (IS_ERR(buf)) { 68e342b30 drivers/media/video/omap3isp/ispstat.c David Cohen 2011-02-12 495 mutex_unlock(&stat->ioctl_lock); 68e342b30 drivers/media/video/omap3isp/ispstat.c David Cohen 2011-02-12 496 return PTR_ERR(buf); 68e342b30 drivers/media/video/omap3isp/ispstat.c David Cohen 2011-02-12 497 } 68e342b30 drivers/media/video/omap3isp/ispstat.c David Cohen 2011-02-12 498 5ba0e2c3a drivers/media/platform/omap3isp/ispstat.c Arnd Bergmann 2015-09-17 @499 data->ts = buf->ts; 68e342b30 drivers/media/video/omap3isp/ispstat.c David Cohen 2011-02-12 500 data->config_counter = buf->config_counter; 68e342b30 drivers/media/video/omap3isp/ispstat.c David Cohen 2011-02-12 501 data->frame_number = buf->frame_number; 68e342b30 drivers/media/video/omap3isp/ispstat.c David Cohen 2011-02-12 502 data->buf_size = buf->buf_size;
:::::: The code at line 499 was first introduced by commit :::::: 5ba0e2c3ad4c049b19f6cad7ec62e59424a55183 [media] use v4l2_get_timestamp where possible
:::::: TO: Arnd Bergmann arnd@arndb.de :::::: CC: Mauro Carvalho Chehab mchehab@osg.samsung.com
--- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation