diff options
author | Tadashi Abe <tabe@mvista.com> | 2011-05-19 16:17:50 +0900 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2011-05-25 02:11:13 +0100 |
commit | 5c8d2607756a63ddf5b2f2dd368851b8febe4e72 (patch) | |
tree | 1e0327bc9bf9108bd93c92b68b0f4d1b3a114346 /drivers/mtd/chips/cfi_cmdset_0001.c | |
parent | 100f2341e305f98de3aa12fb472771ab029cbda7 (diff) | |
download | linux-5c8d2607756a63ddf5b2f2dd368851b8febe4e72.tar.gz linux-5c8d2607756a63ddf5b2f2dd368851b8febe4e72.tar.bz2 linux-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.c | 1 |
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 |