diff options
author | David Woodhouse <dwmw2@infradead.org> | 2006-05-14 01:51:54 +0100 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2006-05-14 01:51:54 +0100 |
commit | 151e76590f66f5406eb2e1f4270c5323f385d2e8 (patch) | |
tree | 307920af4883b7466eb303f4045865429e4d0711 /drivers/mtd/chips/cfi_cmdset_0001.c | |
parent | 0f5ae3d2e9f49af55eb2a9b7cb54b4c0c2373017 (diff) | |
download | op-kernel-dev-151e76590f66f5406eb2e1f4270c5323f385d2e8.zip op-kernel-dev-151e76590f66f5406eb2e1f4270c5323f385d2e8.tar.gz |
[MTD] Fix legacy character sets throughout drivers/mtd, include/linux/mtd
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'drivers/mtd/chips/cfi_cmdset_0001.c')
-rw-r--r-- | drivers/mtd/chips/cfi_cmdset_0001.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/chips/cfi_cmdset_0001.c b/drivers/mtd/chips/cfi_cmdset_0001.c index fe00af3..898c321 100644 --- a/drivers/mtd/chips/cfi_cmdset_0001.c +++ b/drivers/mtd/chips/cfi_cmdset_0001.c @@ -1475,7 +1475,7 @@ static int __xipram do_write_buffer(struct map_info *map, struct flchip *chip, ENABLE_VPP(map); xip_disable(map, chip, cmd_adr); - /* §4.8 of the 28FxxxJ3A datasheet says "Any time SR.4 and/or SR.5 is set + /* §4.8 of the 28FxxxJ3A datasheet says "Any time SR.4 and/or SR.5 is set [...], the device will not accept any more Write to Buffer commands". So we must check here and reset those bits if they're set. Otherwise we're just pissing in the wind */ |