Hi, [auto build test ERROR on linuxtv-media/master] [also build test ERROR on next-20160627] [cannot apply to v4.7-rc5] [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/Niklas-S-derlund/rcar-csi2-add-Renesas-R-Car-MIPI-CSI-2-driver/20160628-015917 base: git://linuxtv.org/media_tree.git master config: i386-allmodconfig (attached as .config) compiler: gcc-6 (Debian 6.1.1-1) 6.1.1 20160430 reproduce: # save the attached .config to linux build tree make ARCH=i386 All errors (new ones prefixed by >>): drivers/media/platform/rcar-vin/rcar-csi2.c:371:2: error: unknown field 's_stream' specified in initializer .s_stream = rcar_csi2_s_stream, ^ >> drivers/media/platform/rcar-vin/rcar-csi2.c:371:14: error: initialization >> from incompatible pointer type [-Werror=incompatible-pointer-types] .s_stream = rcar_csi2_s_stream, ^~~~~~~~~~~~~~~~~~ drivers/media/platform/rcar-vin/rcar-csi2.c:371:14: note: (near initialization for 'rcar_csi2_pad_ops.init_cfg') cc1: some warnings being treated as errors vim +371 drivers/media/platform/rcar-vin/rcar-csi2.c 365 366 static struct v4l2_subdev_core_ops rcar_csi2_subdev_core_ops = { 367 .s_power = rcar_csi2_s_power, 368 }; 369 370 static const struct v4l2_subdev_pad_ops rcar_csi2_pad_ops = { > 371 .s_stream = rcar_csi2_s_stream, 372 .set_fmt = rcar_csi2_set_pad_format, 373 }; 374 --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
.config.gz
Description: Binary data