commit | 4722c0e958e636226100f37cd6d17ac09b695827 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Nov 04 17:49:08 2016 +0900 |
committer | Boris Brezillon <boris.brezillon@free-electrons.com> | Mon Nov 07 14:48:40 2016 +0100 |
tree | b52f0a66e08d1a17fd0c28f11258f9b2025c1a14 | |
parent | a1a261707b51d728d0c2b4c32630bc43a8eb33b2 [diff] |
mtd: nand: change return type of nand_get_flash_type() to int Since commit d1e1f4e42b5d ("mtd: nand: add support for reading ONFI parameters from NAND device"), the returned "type" is never used in nand_scan_ident(). Make nand_get_flash_type() simply return an integer value in order to avoid unnecessary ERR_PTR/PTR_ERR dance. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>