Re: [PATCH 2/2] [media] au0828: use v4l2_mc_create_media_graph()

2016-03-02 Thread kbuild test robot
Hi Mauro, [auto build test ERROR on sailus-media/master] [cannot apply to v4.5-rc6 next-20160302] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/Mauro-Carvalho-Chehab/Don-t-duplicate-a-functio

[PATCH 2/2] [media] au0828: use v4l2_mc_create_media_graph()

2016-03-02 Thread Mauro Carvalho Chehab
There's no reason to implement its own function to create the media graph. So, use the core one. Signed-off-by: Mauro Carvalho Chehab --- drivers/media/usb/au0828/au0828-video.c | 99 + drivers/media/v4l2-core/v4l2-mc.c | 21 ++- 2 files changed, 22 inse