From: Benjamin Herrenschmidt Date: Fri, 14 Nov 2014 06:58:23 +0000 (+1100) Subject: of/address: Don't throw errors on absent ranges properties X-Git-Tag: omap-for-v3.19/fixes-rc1~127^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0212ae0be5ba10b6e01b7121f86e391ae1927ae;p=pandora-kernel.git of/address: Don't throw errors on absent ranges properties The core always tries to translate any "reg" property to construct the platform device names. This results in a pile of "OF: no ranges; cannot translate" errors in dmesg whenever we expose things like i2c devices that cannot directly translate to the MMIO space. Turn this into a pr_debug instead Signed-off-by: Benjamin Herrenschmidt Signed-off-by: Grant Likely --- Reading git-diff-tree failed