dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: CK Hu <ck.hu@mediatek.com>
To: Daniel Vetter <daniel@ffwll.ch>, Archit Taneja <architt@codeaurora.org>
Cc: daniel.vetter@intel.com, dri-devel@lists.freedesktop.org
Subject: Re: [PATCH 13/14] drm/mediatek: hdmi: clean up drm_bridge_add call
Date: Fri, 18 Aug 2017 21:03:56 +0800	[thread overview]
Message-ID: <1503061436.2694.3.camel@mtksdaap41> (raw)
In-Reply-To: <20170818085421.w6pfwmhm2jrgxdjl@phenom.ffwll.local>

On Fri, 2017-08-18 at 10:54 +0200, Daniel Vetter wrote:
> On Wed, Jul 05, 2017 at 02:31:57PM +0530, Archit Taneja wrote:
> > 
> > 
> > On 07/03/2017 02:12 PM, Inki Dae wrote:
> > > This patch removes unnecessary checking of return value.
> > 
> > Can I get an ack from the maintainers to get this pulled in
> > via drm-misc?
> 
> Almost two weeks of no replies, I'd say go ahead and assume the
> maintainers are absent. That's what I generally do, otherwise it's pretty
> much impossible to land such cleanups.
> -Daniel

Yes, I'm absent, so go ahead.

Acked-by: CK Hu <ck.hu@mediatek.com>

> 
> > 
> > Thanks,
> > Archit
> > 
> > > 
> > > Signed-off-by: Inki Dae <inki.dae@samsung.com>
> > > ---
> > >   drivers/gpu/drm/mediatek/mtk_hdmi.c | 6 +-----
> > >   1 file changed, 1 insertion(+), 5 deletions(-)
> > > 
> > > diff --git a/drivers/gpu/drm/mediatek/mtk_hdmi.c b/drivers/gpu/drm/mediatek/mtk_hdmi.c
> > > index 0a4ffd7..62652ee 100644
> > > --- a/drivers/gpu/drm/mediatek/mtk_hdmi.c
> > > +++ b/drivers/gpu/drm/mediatek/mtk_hdmi.c
> > > @@ -1697,11 +1697,7 @@ static int mtk_drm_hdmi_probe(struct platform_device *pdev)
> > >   	hdmi->bridge.funcs = &mtk_hdmi_bridge_funcs;
> > >   	hdmi->bridge.of_node = pdev->dev.of_node;
> > > -	ret = drm_bridge_add(&hdmi->bridge);
> > > -	if (ret) {
> > > -		dev_err(dev, "failed to add bridge, ret = %d\n", ret);
> > > -		return ret;
> > > -	}
> > > +	drm_bridge_add(&hdmi->bridge);
> > >   	ret = mtk_hdmi_clk_enable_audio(hdmi);
> > >   	if (ret) {
> > > 
> > 
> > -- 
> > Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
> > a Linux Foundation Collaborative Project
> > _______________________________________________
> > dri-devel mailing list
> > dri-devel@lists.freedesktop.org
> > https://lists.freedesktop.org/mailman/listinfo/dri-devel
> 


_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

  reply	other threads:[~2017-08-18 13:09 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20170703084232epcas1p4edf515b3b0f22e11ef85eaedccebf956@epcas1p4.samsung.com>
2017-07-03  8:42 ` [PATCH 00/14] clean up drm_bridge_add Inki Dae
2017-07-03  8:42   ` [PATCH 01/14] drm/bridge: change return type of drm_bridge_add function Inki Dae
2017-07-03  9:56     ` Emil Velikov
2017-07-03  8:42   ` [PATCH 02/14] drm/bridge: adv7511: clean up drm_bridge_add call Inki Dae
2017-07-03  8:42   ` [PATCH 03/14] drm/bridge: analogix-anx78xx: " Inki Dae
2017-07-03  8:42   ` [PATCH 04/14] drm/bridge: vga-dac: " Inki Dae
2017-07-03  8:42   ` [PATCH 05/14] drm/bridge: nxp-ptn3460: " Inki Dae
2017-07-03  8:42   ` [PATCH 06/14] drm/bridge: panel: " Inki Dae
2017-07-03  8:42   ` [PATCH 07/14] drm/bridge: ps8622: " Inki Dae
2017-07-03  8:42   ` [PATCH 08/14] drm/bridge: sii902x: " Inki Dae
2017-07-03  8:42   ` [PATCH 09/14] drm/bridge: synopsys: dw-hdmi: " Inki Dae
2017-07-03  8:42   ` [PATCH 10/14] drm/bridge: tc358767: " Inki Dae
2017-07-03  8:42   ` [PATCH 11/14] drm/bridge: ti-tfp410: " Inki Dae
2017-07-03  8:42   ` [PATCH 12/14] drm/exynos: mic: " Inki Dae
2017-07-05  9:00     ` Archit Taneja
2017-07-05  9:05       ` Inki Dae
2017-07-05  9:14         ` Archit Taneja
2017-07-05 11:12           ` Emil Velikov
2017-07-06  7:59             ` Archit Taneja
2017-08-18  8:04             ` Inki Dae
2017-08-18  8:03           ` Inki Dae
2017-08-18  8:01     ` Inki Dae
2017-07-03  8:42   ` [PATCH 13/14] drm/mediatek: hdmi: " Inki Dae
2017-07-05  9:01     ` Archit Taneja
2017-08-18  8:54       ` Daniel Vetter
2017-08-18 13:03         ` CK Hu [this message]
2017-07-03  8:42   ` [PATCH 14/14] drm/sti: sti_vdo: " Inki Dae
2017-08-18 15:15     ` Sean Paul
2017-07-06  8:58   ` [PATCH 00/14] clean up drm_bridge_add Archit Taneja
2017-08-22  5:14     ` Inki Dae
2017-08-07 22:55   ` Inki Dae
2017-08-08  3:21     ` Archit Taneja
2017-08-22  5:07       ` Archit Taneja
2017-08-18  7:42     ` Inki Dae

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=1503061436.2694.3.camel@mtksdaap41 \
    --to=ck.hu@mediatek.com \
    --cc=architt@codeaurora.org \
    --cc=daniel.vetter@intel.com \
    --cc=daniel@ffwll.ch \
    --cc=dri-devel@lists.freedesktop.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox