aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/chips/cfi_cmdset_0001.c
diff options
context:
space:
mode:
authorTadashi Abe <tabe@mvista.com>2011-05-19 16:17:50 +0900
committerDavid Woodhouse <David.Woodhouse@intel.com>2011-05-25 02:11:13 +0100
commit5c8d2607756a63ddf5b2f2dd368851b8febe4e72 (patch)
tree1e0327bc9bf9108bd93c92b68b0f4d1b3a114346 /drivers/mtd/chips/cfi_cmdset_0001.c
parentmtd: fix hang-up in cfi erase and read contention (diff)
downloadlinux-dev-5c8d2607756a63ddf5b2f2dd368851b8febe4e72.tar.xz
linux-dev-5c8d2607756a63ddf5b2f2dd368851b8febe4e72.zip
mtd: remove duplicate assignment of chip->state
This is a trivial patch which removes unnecessary assignment of chip->state in put_chip(). It's duplicated. Signed-off-by: Tadashi Abe <tabe@mvista.com> Acked-by: Joakim Tjernlund <joakim.tjernlund@transmode.se> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/mtd/chips/cfi_cmdset_0001.c')
-rw-r--r--drivers/mtd/chips/cfi_cmdset_0001.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mtd/chips/cfi_cmdset_0001.c b/drivers/mtd/chips/cfi_cmdset_0001.c
index 121be022d1ea..e1e122f2f929 100644
--- a/drivers/mtd/chips/cfi_cmdset_0001.c
+++ b/drivers/mtd/chips/cfi_cmdset_0001.c
@@ -994,7 +994,6 @@ static void put_chip(struct map_info *map, struct flchip *chip, unsigned long ad
switch(chip->oldstate) {
case FL_ERASING:
- chip->state = chip->oldstate;
/* What if one interleaved chip has finished and the
other hasn't? The old code would leave the finished
one in READY mode. That's bad, and caused -EROFS