]> git.karo-electronics.de Git - mv-sheeva.git/commit
[MTD] [NOR] Remove cfi_cmdset_0001.c erase suspend fixup typo
authorAlexander Belyakov <abelyako@mail.ru>
Sun, 4 May 2008 10:32:58 +0000 (14:32 +0400)
committerDavid Woodhouse <dwmw2@infradead.org>
Tue, 6 May 2008 14:49:21 +0000 (15:49 +0100)
commit91949d64548ead31df51c9fb6f7201ca8ffc9b51
treea943f125cc06099926649193ede460e1e48d2814
parent2c4aabcca847ac4c92aa5e960c3f6053e1051b62
[MTD] [NOR] Remove cfi_cmdset_0001.c erase suspend fixup typo

Fix typo in erase suspend while write fixup code leading to compile time
error if CMDSET0001_DISABLE_ERASE_SUSPEND_ON_WRITE was defined.

drivers/mtd/chips/cfi_cmdset_0001.c: In function 'fixup_intel_strataflash':
drivers/mtd/chips/cfi_cmdset_0001.c:212: error: 'struct cfi_pri_amdstd' has no member named 'SuspendCmdSupport'

Signed-off-by: Alexander Belyakov <abelyako@googlemail.com>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
drivers/mtd/chips/cfi_cmdset_0001.c