ARM: OMAP2+: Allow kernel to boot even if GPMC fails to reserve memory omap-for-v3.7-rc1/fixes-take5-signed
authorJon Hunter <jon-hunter@ti.com>
Wed, 17 Oct 2012 14:41:25 +0000 (09:41 -0500)
committerTony Lindgren <tony@atomide.com>
Wed, 17 Oct 2012 16:01:14 +0000 (09:01 -0700)
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.

Boot tested on AM335x beagle bone board and OMAP4430 Panda board.

V2 changes:
- Ensure that clock and memory resources are released on error.

Signed-off-by: Jon Hunter <jon-hunter@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

No differences found