tree: git://linuxtv.org/media_tree.git master head: d309c8bb70beef4128a78d5208e692800c68b8f0 commit: fb4932821731f58353d23f6673b55a9612a1cb57 [2003/2055] [media] msp3400: initialize MC data config: i386-randconfig-i0-01311849 (attached as .config) reproduce: git checkout fb4932821731f58353d23f6673b55a9612a1cb57 # save the attached .config to linux build tree make ARCH=i386 All warnings (new ones prefixed by >>): In file included from drivers/media/i2c/msp3400-driver.c:61:0: >> drivers/media/i2c/msp3400-driver.h:107:5: warning: "CONFIG_MEDIA_CONTROLLER" is not defined [-Wundef] #if CONFIG_MEDIA_CONTROLLER ^ vim +/CONFIG_MEDIA_CONTROLLER +107 drivers/media/i2c/msp3400-driver.h 91 int rxsubchans; 92 93 struct { 94 /* volume cluster */ 95 struct v4l2_ctrl *volume; 96 struct v4l2_ctrl *muted; 97 }; 98 99 int scan_in_progress; 100 101 /* thread */ 102 struct task_struct *kthread; 103 wait_queue_head_t wq; 104 unsigned int restart:1; 105 unsigned int watch_stereo:1; 106 > 107 #if CONFIG_MEDIA_CONTROLLER 108 struct media_pad pads[IF_AUD_DEC_PAD_NUM_PADS]; 109 #endif 110 }; 111 112 static inline struct msp_state *to_state(struct v4l2_subdev *sd) 113 { 114 return container_of(sd, struct msp_state, sd); 115 } --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: Binary data