Hi Daniel, [auto build test ERROR on linuxtv-media/master] [also build test ERROR on v4.12 next-20170703] [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/Daniel-Scheller/dvb-frontends-add-ST-STV0910-DVB-S-S2-demodulator-frontend-driver/20170703-211611 base: git://linuxtv.org/media_tree.git master config: x86_64-randconfig-v0-07040424 (attached as .config) compiler: gcc-4.4 (Debian 4.4.7-8) 4.4.7 reproduce: # save the attached .config to linux build tree make ARCH=x86_64 Note: the linux-review/Daniel-Scheller/dvb-frontends-add-ST-STV0910-DVB-S-S2-demodulator-frontend-driver/20170703-211611 HEAD dafb8a36ff9cb533c394de71f2282325ad4a460d builds fine. It only hurts bisectibility. All errors (new ones prefixed by >>): drivers/media/dvb-frontends/stv0910.c: In function 'read_signal_strength': >> drivers/media/dvb-frontends/stv0910.c:1284: error: 'p' undeclared (first use in this function) drivers/media/dvb-frontends/stv0910.c:1284: error: (Each undeclared identifier is reported only once drivers/media/dvb-frontends/stv0910.c:1284: error: for each function it appears in.) vim +/p +1284 drivers/media/dvb-frontends/stv0910.c 1278 } 1279 1280 static void read_signal_strength(struct dvb_frontend *fe) 1281 { 1282 /* FIXME: add signal strength algo */ 1283 > 1284 p->strength.stat[0].scale = FE_SCALE_NOT_AVAILABLE; 1285 } 1286 1287 static int read_status(struct dvb_frontend *fe, enum fe_status *status) --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: application/gzip