From: Rob Herring Date: Wed, 7 May 2014 20:23:56 +0000 (-0500) Subject: of: kill off of_can_translate_address X-Git-Tag: omap-for-v3.16/fixes-against-rc1~56^2~21^2~6^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9c6866be8a145e32da616d8dcbae806032d75b5;p=pandora-kernel.git of: kill off of_can_translate_address of_can_translate_address only checks some conditions for address translation, but does not check other conditions like having range properties. The checks it does do are redundant with __of_address_translate. The only difference is printing a message or not. Since we only have a single caller that does the full translation anyway, just remove of_can_translate_address and quiet the error message. Cc: Grant Likely Signed-off-by: Rob Herring Tested-by: Frank Rowand Reviewed-by: Frank Rowand --- Reading git-diff-tree failed