]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: OMAP2+: only WARN if a GPMC child probe function fail
authorJavier Martinez Canillas <javier.martinez@collabora.co.uk>
Wed, 17 Apr 2013 20:34:12 +0000 (22:34 +0200)
committerJon Hunter <jon-hunter@ti.com>
Tue, 30 Apr 2013 13:43:05 +0000 (08:43 -0500)
commitb327b3627bb428eb7d98f25224532425a673d89e
treeaf1846072719995549c13619f16a4502759167ce
parentf2b09f67047aa5da60718f1a92e9b7f26b9266b4
ARM: OMAP2+: only WARN if a GPMC child probe function fail

If any of the GPMC child nodes fails, this shouldn't make the
whole gpmc_probe_dt() function to fail. It is better to just
WARN and allow other devices probe function to succeed.

Signed-off-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
Signed-off-by: Jon Hunter <jon-hunter@ti.com>
arch/arm/mach-omap2/gpmc.c