summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/omap_hwmod.c
diff options
context:
space:
mode:
authorBenoit Cousson2011-07-01 22:54:04 +0200
committerPaul Walmsley2011-07-10 03:13:36 +0200
commitd24bcaa3fa711f7dd9c4aacf3c58083cf666418f (patch)
tree80797b94682f1e0d6e995307f23b76b4f405657c /arch/arm/mach-omap2/omap_hwmod.c
parentOMAP2+: hwmod: Do not write the enawakeup bit if SYSC_HAS_ENAWAKEUP is not set (diff)
downloadkernel-qcow2-linux-d24bcaa3fa711f7dd9c4aacf3c58083cf666418f.tar.gz
kernel-qcow2-linux-d24bcaa3fa711f7dd9c4aacf3c58083cf666418f.tar.xz
kernel-qcow2-linux-d24bcaa3fa711f7dd9c4aacf3c58083cf666418f.zip
OMAP2+: hwmod: Remove _populate_mpu_rt_base warning
It is perfectly valid for some hwmod to not have any register target address for sysconfig. This is especially true for interconnect hwmods. Remove the warning. Signed-off-by: Benoit Cousson <b-cousson@ti.com> Signed-off-by: Paul Walmsley <paul@pwsan.com>
Diffstat (limited to 'arch/arm/mach-omap2/omap_hwmod.c')
-rw-r--r--arch/arm/mach-omap2/omap_hwmod.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod.c b/arch/arm/mach-omap2/omap_hwmod.c
index 3800084a1e7a..f4014179d601 100644
--- a/arch/arm/mach-omap2/omap_hwmod.c
+++ b/arch/arm/mach-omap2/omap_hwmod.c
@@ -1704,9 +1704,6 @@ static int __init _populate_mpu_rt_base(struct omap_hwmod *oh, void *data)
return 0;
oh->_mpu_rt_va = _find_mpu_rt_base(oh, oh->_mpu_port_index);
- if (!oh->_mpu_rt_va)
- pr_warning("omap_hwmod: %s found no _mpu_rt_va for %s\n",
- __func__, oh->name);
return 0;
}