All of lore.kernel.org
 help / color / mirror / Atom feed
* [hverkuil-media:vivid-mc 2101/2127] drivers/media/usb/em28xx/em28xx-video.c:2716:38: error: 'struct em28xx' has no member named 'media_dev'
@ 2016-02-11 14:05 kbuild test robot
  0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2016-02-11 14:05 UTC (permalink / raw)
  To: Mauro Carvalho Chehab; +Cc: kbuild-all, linux-media

[-- Attachment #1: Type: text/plain, Size: 1446 bytes --]

tree:   git://linuxtv.org/hverkuil/media_tree.git vivid-mc
head:   f7b4b54e63643b740c598e044874c4bffa0f04f2
commit: de39078779cb08b21e7e3d2daa7d3b64a53a8d20 [2101/2127] [media] em2xx: use v4l2_mc_create_media_graph()
config: x86_64-randconfig-i0-201606 (attached as .config)
reproduce:
        git checkout de39078779cb08b21e7e3d2daa7d3b64a53a8d20
        # save the attached .config to linux build tree
        make ARCH=x86_64 

Note: the hverkuil-media/vivid-mc HEAD f7b4b54e63643b740c598e044874c4bffa0f04f2 builds fine.
      It only hurts bisectibility.

All errors (new ones prefixed by >>):

   drivers/media/usb/em28xx/em28xx-video.c: In function 'em28xx_v4l2_init':
>> drivers/media/usb/em28xx/em28xx-video.c:2716:38: error: 'struct em28xx' has no member named 'media_dev'
     ret = v4l2_mc_create_media_graph(dev->media_dev);
                                         ^

vim +2716 drivers/media/usb/em28xx/em28xx-video.c

  2710				    video_device_node_name(&v4l2->radio_dev));
  2711		}
  2712	
  2713		/* Init entities at the Media Controller */
  2714		em28xx_v4l2_create_entities(dev);
  2715	
> 2716		ret = v4l2_mc_create_media_graph(dev->media_dev);
  2717		if (ret) {
  2718			em28xx_errdev("failed to create media graph\n");
  2719			em28xx_v4l2_media_release(dev);

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

[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 23567 bytes --]

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

only message in thread, other threads:[~2016-02-11 14:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-11 14:05 [hverkuil-media:vivid-mc 2101/2127] drivers/media/usb/em28xx/em28xx-video.c:2716:38: error: 'struct em28xx' has no member named 'media_dev' kbuild test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.