Hi Javier,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git 
master
head:   6fadd3a85f4381c065ca2accbedaa622f83697ad
commit: 1590ad7b52714fddc958189103c95541b49b1dae [6315/7948] [media] 
media-device: split media initialization and registration
config: x86_64-rhel (attached as .config)
reproduce:
        git checkout 1590ad7b52714fddc958189103c95541b49b1dae
        # save the attached .config to linux build tree
        make ARCH=x86_64 

All errors (new ones prefixed by >>):

   drivers/media/usb/cx231xx/cx231xx-cards.c: In function 'cx231xx_usb_probe':
>> drivers/media/usb/cx231xx/cx231xx-cards.c:1741:36: error: 'struct cx231xx' 
>> has no member named 'media_dev'
     retval = media_device_register(dev->media_dev);
                                       ^
--
   drivers/media/usb/uvc/uvc_driver.c: In function 'uvc_probe':
>> drivers/media/usb/uvc/uvc_driver.c:1960:32: error: 'struct uvc_device' has 
>> no member named 'mdev'
     if (media_device_register(&dev->mdev) < 0)
                                   ^

vim +1741 drivers/media/usb/cx231xx/cx231xx-cards.c

  1735          request_modules(dev);
  1736  
  1737          retval = cx231xx_create_media_graph(dev);
  1738          if (retval < 0)
  1739                  goto done;
  1740  
> 1741          retval = media_device_register(dev->media_dev);
  1742  
  1743  done:
  1744          if (retval < 0)

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

Attachment: .config.gz
Description: Binary data

Reply via email to