From: Javier Martinez Canillas <javier@osg.samsung.com>
To: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Cc: "Linux Media Mailing List" <linux-media@vger.kernel.org>,
"Mauro Carvalho Chehab" <mchehab@infradead.org>,
"Hans Verkuil" <hans.verkuil@cisco.com>,
"Rafael Lourenço de Lima Chehab" <chehabrafael@gmail.com>,
"Sakari Ailus" <sakari.ailus@linux.intel.com>
Subject: Re: [PATCH 4/5] [media] au0828-core: fix compilation when !CONFIG_MEDIA_CONTROLLER
Date: Mon, 21 Dec 2015 10:46:29 -0300 [thread overview]
Message-ID: <567802B5.9090607@osg.samsung.com> (raw)
In-Reply-To: <a1532b4df91d3444bb8f5a8925b0d5f2c0606fbd.1450285867.git.mchehab@osg.samsung.com>
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 <fengguang.wu@intel.com>
> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Looks good to me, sorry for forgetting to test with !CONFIG_MEDIA_CONTROLLER
and missing this...
Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com>
Best regards,
--
Javier Martinez Canillas
Open Source Group
Samsung Research America
next prev parent reply other threads:[~2015-12-21 13:46 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-16 17:11 [PATCH 1/5] [media] move documentation to the header files Mauro Carvalho Chehab
2015-12-16 17:11 ` [PATCH 2/5] [media] DocBook: document media_entity_graph_walk_cleanup() Mauro Carvalho Chehab
2015-12-16 17:11 ` [PATCH 3/5] [media] media-entity.h fix documentation for several parameters Mauro Carvalho Chehab
2015-12-16 17:11 ` [PATCH 4/5] [media] au0828-core: fix compilation when !CONFIG_MEDIA_CONTROLLER Mauro Carvalho Chehab
2015-12-21 13:46 ` Javier Martinez Canillas [this message]
2015-12-16 17:11 ` [PATCH 5/5] [media] media-device.h: use just one u64 counter for object ID Mauro Carvalho Chehab
2015-12-17 10:55 ` [PATCH v2] [media] media-device.h: use just one u32 " Mauro Carvalho Chehab
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=567802B5.9090607@osg.samsung.com \
--to=javier@osg.samsung.com \
--cc=chehabrafael@gmail.com \
--cc=hans.verkuil@cisco.com \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@infradead.org \
--cc=mchehab@osg.samsung.com \
--cc=sakari.ailus@linux.intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.