From: Artem Bityutskiy Date: Wed, 13 Mar 2013 11:45:00 +0000 (+0200) Subject: mtd: nand: use more reasonable integer types X-Git-Tag: v3.10-rc1~36^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecb42fea59cf2d1e7160c5c7e707120e0e6714db;p=pandora-kernel.git 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 Signed-off-by: David Woodhouse --- Reading git-diff-tree failed