2015-12-29 08:33:29

by Chen Bough

[permalink] [raw]
Subject: [Bug] compile error

Hi,
For the latest linux-next tree[tag: v4.4-rc6], I meet one compile error,

drivers/media/usb/uvc/uvc_driver.c: In function 'uvc_probe':
drivers/media/usb/uvc/uvc_driver.c:1941:32: error: 'struct uvc_device' has no member named 'mdev'
if (media_device_register(&dev->mdev) < 0)
^
make[4]: *** [drivers/media/usb/uvc/uvc_driver.o] Error 1
make[4]: *** Waiting for unfinished jobs....



Best Regards
Haibo Chen