Hello Mauro,
On 12/16/2015 02:11 PM, Mauro Carvalho Chehab wrote:
> commit 1590ad7b52714 ("[media] media-device: split media initialization
> and registration") moved the media controller register to a
> separate function. That caused the following compilation issue,
> if !CONFIG_MEDIA_CONTROLLER:
>
> vim +445 drivers/media/usb/au0828/au0828-core.c
>
> 439 if (retval) {
> 440 pr_err("%s() au0282_dev_register failed to
> create graph\n",
> 441 __func__);
> 442 goto done;
> 443 }
> 444
> > 445 retval = media_device_register(dev->media_dev);
> 446
> 447 done:
> 448 if (retval < 0)
>
> Reported-by: kbuild test robot <[email protected]>
> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Looks good to me, sorry for forgetting to test with !CONFIG_MEDIA_CONTROLLER
and missing this...
Reviewed-by: Javier Martinez Canillas <[email protected]>
Best regards,
--
Javier Martinez Canillas
Open Source Group
Samsung Research America
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html