commit | e93c1640e0387ab55b98b4e04600050f2beceac1 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Mar 23 05:07:21 2017 +0900 |
committer | Boris Brezillon <boris.brezillon@free-electrons.com> | Tue Mar 28 14:18:03 2017 +0200 |
tree | 0cb1e85b5d2553f12ccb041d83771181c2241b1e | |
parent | 6da27b469317435b776114649439e32384165aa5 [diff] |
mtd: nand: denali: simplify multi device fixup code The available configuration of the IP bus width is x8 or x16, so the possible value for denali->devnum is 1 or 2. If the value is 1, there is nothing to do. Fixup parameters only when denali->devnum is 2. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>