All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Markus Elfring <Markus.Elfring@web.de>
Cc: LKML <linux-kernel@vger.kernel.org>,
	kernel-janitors@vger.kernel.org,
	Sebastian Reichel <sebastian.reichel@collabora.com>,
	Russell King <linux@armlinux.org.uk>,
	Tomi Valkeinen <tomi.valkeinen@ti.com>,
	Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
	linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH] ARM: OMAP2+: Add missing put_device() call in omapdss_init_of()
Date: Mon, 11 Nov 2019 20:53:08 +0000	[thread overview]
Message-ID: <20191111205308.GA5610@atomide.com> (raw)
In-Reply-To: <112eb5b9-bca7-41ca-efc9-1104b6063f75@web.de>

* Markus Elfring <Markus.Elfring@web.de> [191109 08:38]:
> From: Markus Elfring <elfring@users.sourceforge.net>
> Date: Sat, 9 Nov 2019 17:19:35 +0100
> 
> A coccicheck run provided information like the following.
> 
> arch/arm/mach-omap2/display.c:268:2-8: ERROR: missing put_device;
> call of_find_device_by_node on line 258, but without a corresponding
> object release within this function.
> 
> Generated by: scripts/coccinelle/free/put_device.cocci
> 
> Thus add the missed function call to fix the exception handling for
> this function implementation.

Thanks applying into omap-for-v5.5/soc.

Tony

WARNING: multiple messages have this Message-ID (diff)
From: Tony Lindgren <tony@atomide.com>
To: Markus Elfring <Markus.Elfring@web.de>
Cc: LKML <linux-kernel@vger.kernel.org>,
	kernel-janitors@vger.kernel.org,
	Sebastian Reichel <sebastian.reichel@collabora.com>,
	Russell King <linux@armlinux.org.uk>,
	Tomi Valkeinen <tomi.valkeinen@ti.com>,
	Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
	linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH] ARM: OMAP2+: Add missing put_device() call in omapdss_init_of()
Date: Mon, 11 Nov 2019 12:53:08 -0800	[thread overview]
Message-ID: <20191111205308.GA5610@atomide.com> (raw)
In-Reply-To: <112eb5b9-bca7-41ca-efc9-1104b6063f75@web.de>

* Markus Elfring <Markus.Elfring@web.de> [191109 08:38]:
> From: Markus Elfring <elfring@users.sourceforge.net>
> Date: Sat, 9 Nov 2019 17:19:35 +0100
> 
> A coccicheck run provided information like the following.
> 
> arch/arm/mach-omap2/display.c:268:2-8: ERROR: missing put_device;
> call of_find_device_by_node on line 258, but without a corresponding
> object release within this function.
> 
> Generated by: scripts/coccinelle/free/put_device.cocci
> 
> Thus add the missed function call to fix the exception handling for
> this function implementation.

Thanks applying into omap-for-v5.5/soc.

Tony

WARNING: multiple messages have this Message-ID (diff)
From: Tony Lindgren <tony@atomide.com>
To: Markus Elfring <Markus.Elfring@web.de>
Cc: LKML <linux-kernel@vger.kernel.org>,
	kernel-janitors@vger.kernel.org,
	Sebastian Reichel <sebastian.reichel@collabora.com>,
	Russell King <linux@armlinux.org.uk>,
	Tomi Valkeinen <tomi.valkeinen@ti.com>,
	Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
	linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH] ARM: OMAP2+: Add missing put_device() call in omapdss_init_of()
Date: Mon, 11 Nov 2019 12:53:08 -0800	[thread overview]
Message-ID: <20191111205308.GA5610@atomide.com> (raw)
In-Reply-To: <112eb5b9-bca7-41ca-efc9-1104b6063f75@web.de>

* Markus Elfring <Markus.Elfring@web.de> [191109 08:38]:
> From: Markus Elfring <elfring@users.sourceforge.net>
> Date: Sat, 9 Nov 2019 17:19:35 +0100
> 
> A coccicheck run provided information like the following.
> 
> arch/arm/mach-omap2/display.c:268:2-8: ERROR: missing put_device;
> call of_find_device_by_node on line 258, but without a corresponding
> object release within this function.
> 
> Generated by: scripts/coccinelle/free/put_device.cocci
> 
> Thus add the missed function call to fix the exception handling for
> this function implementation.

Thanks applying into omap-for-v5.5/soc.

Tony

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: Tony Lindgren <tony@atomide.com>
To: Markus Elfring <Markus.Elfring@web.de>
Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
	Russell King <linux@armlinux.org.uk>,
	Sebastian Reichel <sebastian.reichel@collabora.com>,
	Tomi Valkeinen <tomi.valkeinen@ti.com>,
	LKML <linux-kernel@vger.kernel.org>,
	kernel-janitors@vger.kernel.org
Subject: Re: [PATCH] ARM: OMAP2+: Add missing put_device() call in omapdss_init_of()
Date: Mon, 11 Nov 2019 12:53:08 -0800	[thread overview]
Message-ID: <20191111205308.GA5610@atomide.com> (raw)
In-Reply-To: <112eb5b9-bca7-41ca-efc9-1104b6063f75@web.de>

* Markus Elfring <Markus.Elfring@web.de> [191109 08:38]:
> From: Markus Elfring <elfring@users.sourceforge.net>
> Date: Sat, 9 Nov 2019 17:19:35 +0100
> 
> A coccicheck run provided information like the following.
> 
> arch/arm/mach-omap2/display.c:268:2-8: ERROR: missing put_device;
> call of_find_device_by_node on line 258, but without a corresponding
> object release within this function.
> 
> Generated by: scripts/coccinelle/free/put_device.cocci
> 
> Thus add the missed function call to fix the exception handling for
> this function implementation.

Thanks applying into omap-for-v5.5/soc.

Tony

  reply	other threads:[~2019-11-11 20:53 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-09 16:37 [PATCH] ARM: OMAP2+: Add missing put_device() call in omapdss_init_of() Markus Elfring
2019-11-09 16:37 ` Markus Elfring
2019-11-09 16:37 ` Markus Elfring
2019-11-09 16:37 ` Markus Elfring
2019-11-11 20:53 ` Tony Lindgren [this message]
2019-11-11 20:53   ` Tony Lindgren
2019-11-11 20:53   ` Tony Lindgren
2019-11-11 20:53   ` Tony Lindgren

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=20191111205308.GA5610@atomide.com \
    --to=tony@atomide.com \
    --cc=Markus.Elfring@web.de \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=laurent.pinchart@ideasonboard.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=sebastian.reichel@collabora.com \
    --cc=tomi.valkeinen@ti.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.