Masahiro Yamada e30b46909b 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>
2017-03-24 09:51:41 +01:00
..
2017-03-16 10:34:27 +01:00
2016-10-22 14:24:21 +02:00
2014-08-19 11:53:08 -07:00
2017-02-08 12:49:27 -08:00