OSDN Git Service

ARM: OMAP2+: Fix null hwmod for ti-sysc debug
authorTony Lindgren <tony@atomide.com>
Wed, 8 Aug 2018 08:07:03 +0000 (01:07 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 3 Oct 2018 23:59:21 +0000 (16:59 -0700)
commit1fcd5e01d26e99461d4f00b660d43632a81a3306
tree040904b580b24f677d2f716a30d93c8f934ca770
parent4435064439c68cfa80a7a1ec69733db7b9030884
ARM: OMAP2+: Fix null hwmod for ti-sysc debug

[ Upstream commit 4769c003e0fcff0ee001a9102e2605bdaa5880f0 ]

We may call omap_hwmod_parse_module_range() with no hwmod allocated yet
and may have debug enabled. Let's fix this by checking for hwmod before
trying to use it's name.

Fixes: 6c72b3550672 ("ARM: OMAP2+: Parse module IO range from dts for legacy
Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/mach-omap2/omap_hwmod.c