From: Bartlomiej Zolnierkiewicz Date: Fri, 30 Aug 2013 11:17:29 +0000 (+0200) Subject: of/platform: add error reporting to of_amba_device_create() X-Git-Tag: v3.12-rc1~67^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bc552df76d83cf1455ac8cf4c87615bfd15df74;p=pandora-kernel.git of/platform: add error reporting to of_amba_device_create() Add error reporting to of_amba_device_create() so the user knows when (and why) some device tree nodes fail to initialize. [ The issue was spotted on Universal C210 board (using revision 0 of ARM Exynos4210 SoC) on which initialization was silently failing for PL330 MDMA1 device tree node (it was using the wrong addres resulting in amba_device_add() returning -ENODEV). ] Signed-off-by: Bartlomiej Zolnierkiewicz Signed-off-by: Kyungmin Park Signed-off-by: Grant Likely --- Reading git-diff-tree failed