Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d24bcaa3 authored by Benoit Cousson's avatar Benoit Cousson Committed by Paul Walmsley
Browse files

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: default avatarBenoit Cousson <b-cousson@ti.com>
Signed-off-by: default avatarPaul Walmsley <paul@pwsan.com>
parent 1fe74113
Loading
Loading
Loading
Loading
+0 −3
Original line number Original line Diff line number Diff line
@@ -1704,9 +1704,6 @@ static int __init _populate_mpu_rt_base(struct omap_hwmod *oh, void *data)
		return 0;
		return 0;


	oh->_mpu_rt_va = _find_mpu_rt_base(oh, oh->_mpu_port_index);
	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;
	return 0;
}
}