mtd: jedec_probe: fix NEC uPD29F064115 detection
commit9aff1b1afe9a30c358d1c3a0bb50ae77bd7f994b
authorHiroshi Ito <ito@mlb.co.jp>
Fri, 18 Sep 2009 19:51:51 +0000 (18 12:51 -0700)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Sat, 19 Sep 2009 18:25:56 +0000 (19 11:25 -0700)
treeeaa1a66b5f2776b91d23427922821f933d562695
parenta57ca0466af5da83e379d636b8c01fd53b41e2c6
mtd: jedec_probe: fix NEC uPD29F064115 detection

linux v2.6.31-rc6 can not detect NEC uPD29F064115.

uPD29F064115 is a 16 bit device.
datasheet:
  http://www.cn.necel.com/memory/cn/download/M16062EJ2V0DS00.pdf

This applies the same fix as used for SST chips in commit
ca6f12c67ed19718cf37d0f531af9438de85b70c ("jedec_probe: Fix SST 16-bit
chip detection").

Signed-off-by: Hiroshi Ito <ito@mlb.co.jp>
Cc: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/mtd/chips/jedec_probe.c