]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mtd: davinci_nand: remove redundant mtd_device_unregister
authorAxel Lin <axel.lin@gmail.com>
Wed, 8 Jun 2011 13:01:37 +0000 (21:01 +0800)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Tue, 16 Aug 2011 13:44:42 +0000 (16:44 +0300)
commit7db18f2dd2fbba41c5fefb371bc759fccbda7b83
tree5b6e054c4166c527cd124efaf1e4cf1843a87778
parentd740d3d3594e1887c8e9fdb6436c350c89ba0fbd
mtd: davinci_nand: remove redundant mtd_device_unregister

mtd_device_unregister is done in nand_release(),
thus no need to call it in nand_davinci_remove().

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
drivers/mtd/nand/davinci_nand.c