diff options
author | Markus Elfring <elfring@users.sourceforge.net> | 2019-11-09 17:19:35 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2019-11-11 21:52:51 +0100 |
commit | 0b491904f053e41685162af5c5411b85b18c97a7 (patch) | |
tree | 21d8046e4cae203d648fd40a6aa7d6b151e6ee94 /arch/arm/mach-omap2/timer.c | |
parent | OMAP2: fixup doc comments in omap_device (diff) | |
download | linux-0b491904f053e41685162af5c5411b85b18c97a7.tar.xz linux-0b491904f053e41685162af5c5411b85b18c97a7.zip |
ARM: OMAP2+: Add missing put_device() call in omapdss_init_of()
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.
Fixes: e0c827aca0730b51f38081aa4e8ecf0912aab55f ("drm/omap: Populate DSS children in omapdss driver")
Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/timer.c')
0 files changed, 0 insertions, 0 deletions