From: Jon Hunter Date: Tue, 16 Oct 2012 20:22:58 +0000 (-0500) Subject: ARM: OMAP2+: Allow kernel to boot even if GPMC fails to reserve memory X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e5cbd8231e7f7558f1032c984e1b810412b0e24;p=pandora-kernel.git ARM: OMAP2+: Allow kernel to boot even if GPMC fails to reserve memory Currently, if the GPMC driver fails to reserve memory when probed we will call BUG() and the kernel will not boot. Instead of calling BUG(), return an error from probe and allow kernel to boot. Tested on AM335x beagle bone board. Signed-off-by: Jon Hunter Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed