aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/chips
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mtd/chips')
-rw-r--r--drivers/mtd/chips/cfi_cmdset_0001.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/chips/cfi_cmdset_0001.c b/drivers/mtd/chips/cfi_cmdset_0001.c
index e7563a9872d0..d923a2d88f9c 100644
--- a/drivers/mtd/chips/cfi_cmdset_0001.c
+++ b/drivers/mtd/chips/cfi_cmdset_0001.c
@@ -2564,6 +2564,7 @@ static int cfi_intelext_reset(struct mtd_info *mtd)
2564 if (!ret) { 2564 if (!ret) {
2565 map_write(map, CMD(0xff), chip->start); 2565 map_write(map, CMD(0xff), chip->start);
2566 chip->state = FL_SHUTDOWN; 2566 chip->state = FL_SHUTDOWN;
2567 put_chip(map, chip, chip->start);
2567 } 2568 }
2568 spin_unlock(chip->mutex); 2569 spin_unlock(chip->mutex);
2569 } 2570 }