commit | 818b97392932ac4cecc36ab839957258367004a9 | [log] [tgz] |
---|---|---|
author | Huang Shijie <b32955@freescale.com> | Wed Sep 25 14:58:17 2013 +0800 |
committer | Brian Norris <computersforpeace@gmail.com> | Sun Oct 27 16:27:06 2013 -0700 |
tree | 9d3d864da226e7068ece1b88ccf8b51b9fb25e4d | |
parent | fda5b0e24dca3d52671e5a6543a285d4e86c55e1 [diff] |
mtd: nand: add a helper to detect the nand type This helper detects that whether the mtd's type is nand type. Now, it's clear that the MTD_NANDFLASH stands for SLC nand only. So use the mtd_type_is_nand() to replace the old check method to do the nand type (include the SLC and MLC) check. Signed-off-by: Huang Shijie <b32955@freescale.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com>