linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [linuxtv-media:master 499/499] drivers/media/usb/em28xx/em28xx-dvb.c:1632:31: error: 'dvb' undeclared
@ 2014-03-31 11:07 kbuild test robot
  0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2014-03-31 11:07 UTC (permalink / raw)
  To: Antti Palosaari; +Cc: linux-media, Mauro Carvalho Chehab, kbuild-all

tree:   git://linuxtv.org/media_tree.git master
head:   84bc08734bb2735aa7cac30d3250e07031dac503
commit: 84bc08734bb2735aa7cac30d3250e07031dac503 [499/499] [media] em28xx-dvb: fix PCTV 461e tuner I2C binding
config: make ARCH=mips allmodconfig

All error/warnings:

   drivers/media/usb/em28xx/em28xx-dvb.c: In function 'em28xx_dvb_resume':
>> drivers/media/usb/em28xx/em28xx-dvb.c:1632:31: error: 'dvb' undeclared (first use in this function)
   drivers/media/usb/em28xx/em28xx-dvb.c:1632:31: note: each undeclared identifier is reported only once for each function it appears in

vim +/dvb +1632 drivers/media/usb/em28xx/em28xx-dvb.c

  1626	
  1627		if (!dev->board.has_dvb)
  1628			return 0;
  1629	
  1630		em28xx_info("Resuming DVB extension");
  1631		if (dev->dvb) {
> 1632			struct i2c_client *client = dvb->i2c_client_tuner;
  1633			struct em28xx_dvb *dvb = dev->dvb;
  1634	
  1635			if (dvb->fe[0]) {

---
0-DAY kernel build testing backend              Open Source Technology Center
http://lists.01.org/mailman/listinfo/kbuild                 Intel Corporation

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-03-31 11:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-31 11:07 [linuxtv-media:master 499/499] drivers/media/usb/em28xx/em28xx-dvb.c:1632:31: error: 'dvb' undeclared kbuild test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).