From: Uwe Kleine-König Date: Wed, 16 Jun 2010 04:45:15 +0000 (+0200) Subject: MTD: mxc_nand: make bit fields unsigned to please sparse X-Git-Tag: v2.6.36-rc1~591^2^2~1^2~26^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd57c77772b699b1e69d69510ce01109c46a6f0b;p=pandora-kernel.git MTD: mxc_nand: make bit fields unsigned to please sparse This fixes: arch/arm/plat-mxc/include/mach/mxc_nand.h:25:14: error: dubious one-bit signed bitfield arch/arm/plat-mxc/include/mach/mxc_nand.h:26:17: error: dubious one-bit signed bitfield While at it make width unsigned, too. Signed-off-by: Uwe Kleine-König --- Reading git-diff-tree failed