]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mtd: omap2: fix module loading
authorAndreas Bießmann <andreas@biessmann.de>
Fri, 31 Aug 2012 11:35:42 +0000 (13:35 +0200)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Fri, 31 Aug 2012 11:51:46 +0000 (14:51 +0300)
commitd545ee470c29f0fc804886eeedeb27039c9daf99
treea539a55c312ac4c1edbdd039ea7f7e778cdeb9dd
parent92ae4f0e558ee056f7fa4c83bdf3ef72153d9132
mtd: omap2: fix module loading

Unloading the omap2 nand driver missed to release the memory region which will
result in not being able to request it again if one want to load the driver
later on.

This patch fixes following error when loading omap2 module after unloading:
---8<---
~ $ rmmod omap2
~ $ modprobe omap2
[   37.420928] omap2-nand: probe of omap2-nand.0 failed with error -16
~ $
--->8---

This error was introduced in 67ce04bf2746f8a1f8c2a104b313d20c63f68378 which
was the first commit of this driver.

Signed-off-by: Andreas Bießmann <andreas@biessmann.de>
Cc: stable@vger.kernel.org
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
drivers/mtd/nand/omap2.c