diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-03-23 05:07:08 +0900 |
---|---|---|
committer | Boris Brezillon <boris.brezillon@free-electrons.com> | 2017-03-24 09:51:41 +0100 |
commit | e30b46909bdf3ac8699a47cfd64b44fabc29f253 (patch) | |
tree | e2ef8cde884a2ca2da3f5ee4eeff662cc0467dc1 /Documentation | |
parent | be72a4aa8ec1c13a55708bd0285106a5020ff72f (diff) | |
download | linux-e30b46909bdf3ac8699a47cfd64b44fabc29f253.tar.bz2 |
mtd: nand: denali: use int where no reason to use fixed width variable
The page number is generally stored in an integer type variable.
The uint16_t does not have enough width. I see no reason to use
uint32_t for other members, either. Just use int.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions