* Markus Elfring <Markus.Elfring@xxxxxx> [191109 08:38]: > From: Markus Elfring <elfring@xxxxxxxxxxxxxxxxxxxxx> > 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