memory: omap-gpmc: allow probe of child nodes to fail
authorJohan Hovold <johan@kernel.org>
Sun, 24 Jul 2016 12:10:58 +0000 (14:10 +0200)
committerRoger Quadros <rogerq@ti.com>
Mon, 8 Aug 2016 08:18:40 +0000 (11:18 +0300)
commit23540d6e2f3193b946c4de43e3f9654fa6d23fe7
treeab85deb67d734824f1d13320af668906bf8a227e
parent29b4817d4018df78086157ea3a55c1d9424a7cfc
memory: omap-gpmc: allow probe of child nodes to fail

A recent commit (inadvertently?) changed how failed probe of a gpmc
child node was handled. Instead of proceeding with setting up any other
children as before, a single error now aborts the whole process.

This change broke networking on some Overo boards due to probe failing
for an unrelated nand node. This second issue should obviously be
fixed, but let's restore the old behaviour of allowing child-node
probe to fail to avoid further similar breakage on other systems.

Fixes: d2d00862dfbb ("memory: omap-gpmc: Support general purpose input
for WAITPINs")

Cc: stable@vger.kernel.org # v4.7+
Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Roger Quadros <rogerq@ti.com>
drivers/memory/omap-gpmc.c