From: Sam Ravnborg <sam@ravnborg.org> To: Qinglang Miao <miaoqinglang@huawei.com> Cc: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>, linux-fbdev@vger.kernel.org, linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org Subject: Re: [PATCH -next] omapfb: panel-sony-acx565akm: simplify the return expression of acx565akm_connect() Date: Fri, 16 Oct 2020 23:20:49 +0200 [thread overview] Message-ID: <20201016212049.GH1496366@ravnborg.org> (raw) In-Reply-To: <20200921131052.92707-1-miaoqinglang@huawei.com> Hi Qinglang Miao On Mon, Sep 21, 2020 at 09:10:52PM +0800, Qinglang Miao wrote: > Simplify the return expression. > > Signed-off-by: Qinglang Miao <miaoqinglang@huawei.com> Applied this and the following patch to drm-misc-next. Note: I did not touch the drm/* patches, I expect someone else to pick them up. As they are quite old maybe try to resend them. Sam > --- > .../fbdev/omap2/omapfb/displays/panel-sony-acx565akm.c | 7 +------ > 1 file changed, 1 insertion(+), 6 deletions(-) > > diff --git a/drivers/video/fbdev/omap2/omapfb/displays/panel-sony-acx565akm.c b/drivers/video/fbdev/omap2/omapfb/displays/panel-sony-acx565akm.c > index 1293515e4..8d8b5ff7d 100644 > --- a/drivers/video/fbdev/omap2/omapfb/displays/panel-sony-acx565akm.c > +++ b/drivers/video/fbdev/omap2/omapfb/displays/panel-sony-acx565akm.c > @@ -506,16 +506,11 @@ static int acx565akm_connect(struct omap_dss_device *dssdev) > { > struct panel_drv_data *ddata = to_panel_data(dssdev); > struct omap_dss_device *in = ddata->in; > - int r; > > if (omapdss_device_is_connected(dssdev)) > return 0; > > - r = in->ops.sdi->connect(in, dssdev); > - if (r) > - return r; > - > - return 0; > + return in->ops.sdi->connect(in, dssdev); > } > > static void acx565akm_disconnect(struct omap_dss_device *dssdev) > -- > 2.23.0 > > _______________________________________________ > dri-devel mailing list > dri-devel@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/dri-devel
prev parent reply other threads:[~2020-10-16 21:28 UTC|newest] Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-09-21 13:10 Qinglang Miao 2020-10-16 21:20 ` Sam Ravnborg [this message]
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=20201016212049.GH1496366@ravnborg.org \ --to=sam@ravnborg.org \ --cc=b.zolnierkie@samsung.com \ --cc=dri-devel@lists.freedesktop.org \ --cc=linux-fbdev@vger.kernel.org \ --cc=linux-kernel@vger.kernel.org \ --cc=linux-omap@vger.kernel.org \ --cc=miaoqinglang@huawei.com \ --subject='Re: [PATCH -next] omapfb: panel-sony-acx565akm: simplify the return expression of acx565akm_connect()' \ /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
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).