mtd: nand: don't free the global data too early
authorLiu Shuo <b35362@freescale.com>
Tue, 28 Jun 2011 01:50:51 +0000 (09:50 +0800)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Sun, 11 Sep 2011 12:02:14 +0000 (15:02 +0300)
commit57b078a09bf0ab3f0babcfe6ecb2ac226d9178be
tree33cc32cff12c478f7d4fc8e184430f388f69b491
parentb4ca74738ab6c9ed8190b06cd7bf785dc98c640e
mtd: nand: don't free the global data too early

The global data fsl_lbc_ctrl_dev->nand don't have to be freed in
fsl_elbc_chip_remove(). The right place to do that is in fsl_elbc_nand_remove()
if elbc_fcm_ctrl->counter is zero.

Signed-off-by: Liu Shuo <b35362@freescale.com>
Signed-off-by: Artem Bityutskiy <dedekind1@gmail.com>
drivers/mtd/nand/fsl_elbc_nand.c
This page took 0.024985 seconds and 5 git commands to generate.