Hi Mauro,

[auto build test ERROR on linuxtv-media/master]
[also build test ERROR on v4.9-rc8 next-20161208]
[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/Mauro-Carvalho-Chehab/tvp5150-don-t-touch-register-TVP5150_CONF_SHARED_PIN-if-not-needed/20161209-040023
base:   git://linuxtv.org/media_tree.git master
config: x86_64-randconfig-x005-201649 (attached as .config)
compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901
reproduce:
        # save the attached .config to linux build tree
        make ARCH=x86_64 

All errors (new ones prefixed by >>):

   drivers/media/i2c/tvp5150.c: In function 'tvp5150_probe':
>> drivers/media/i2c/tvp5150.c:1489:3: error: 'decoder' undeclared (first use 
>> in this function)
      decoder->has_dt = true;
      ^~~~~~~
   drivers/media/i2c/tvp5150.c:1489:3: note: each undeclared identifier is 
reported only once for each function it appears in

vim +/decoder +1489 drivers/media/i2c/tvp5150.c

  1483          if (IS_ENABLED(CONFIG_OF) && np) {
  1484                  res = tvp5150_parse_dt(core, np);
  1485                  if (res) {
  1486                          dev_err(sd->dev, "DT parsing error: %d\n", res);
  1487                          return res;
  1488                  }
> 1489                  decoder->has_dt = true;
  1490          } else {
  1491                  /* Default to BT.656 embedded sync */
  1492                  core->mbus_type = V4L2_MBUS_BT656;

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

Attachment: .config.gz
Description: application/gzip

Reply via email to