Re: [PATCH v3] [media] omap3isp: support 64-bit version of omap3isp_stat_data

2016-06-18 Thread kbuild test robot
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-bit-version

[PATCH v3] [media] omap3isp: support 64-bit version of omap3isp_stat_data

2016-06-17 Thread Arnd Bergmann
C libraries with 64-bit time_t use an incompatible format for struct omap3isp_stat_data. This changes the kernel code to support either version, by moving over the normal handling to the 64-bit variant, and adding compatiblity code to handle the old binary format with the existing ioctl command cod