From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH] ARM: OMAP2+: Add missing put_device() call in omapdss_init_of() Date: Mon, 11 Nov 2019 12:53:08 -0800 Message-ID: <20191111205308.GA5610@atomide.com> References: <112eb5b9-bca7-41ca-efc9-1104b6063f75@web.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <112eb5b9-bca7-41ca-efc9-1104b6063f75@web.de> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Markus Elfring Cc: LKML , kernel-janitors@vger.kernel.org, Sebastian Reichel , Russell King , Tomi Valkeinen , Laurent Pinchart , linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org List-Id: linux-omap@vger.kernel.org * Markus Elfring [191109 08:38]: > From: Markus Elfring > 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