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)
committerTony Lindgren <tony@atomide.com>
Fri, 17 Aug 2018 14:22:27 +0000 (07:22 -0700)
commit4769c003e0fcff0ee001a9102e2605bdaa5880f0
tree0fe459fbbefc679a560ad90c8df8b4a8a27b8fbc
parent94710cac0ef4ee177a63b5227664b38c95bbf703
ARM: OMAP2+: Fix null hwmod for ti-sysc debug

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>
arch/arm/mach-omap2/omap_hwmod.c