diff options
| author | Artem Bityutskiy <[email protected]> | 2013-03-13 13:45:00 +0200 |
|---|---|---|
| committer | David Woodhouse <[email protected]> | 2013-04-05 13:15:00 +0100 |
| commit | ecb42fea59cf2d1e7160c5c7e707120e0e6714db (patch) | |
| tree | 0692bedc13568083615385f997a41342de879190 /scripts/objdiff | |
| parent | 97135118bd6a5fb86a7e3a28a50de10b97192ced (diff) | |
mtd: nand: use more reasonable integer types
Use 'unsigned int' instead of 'unsigned long' in the NAND chip description data
structure, because 32-bits is more than enough for our purposes. We do not need
64-bits, which is what we end up on 64-bit architectures. We declare many
instances of this data structure, so this should help saving some amount of
memory.
Signed-off-by: Artem Bityutskiy <[email protected]>
Signed-off-by: David Woodhouse <[email protected]>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions