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)
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

Simple merge