git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
253ff1f
)
MTD: mxc_nand: make bit fields unsigned to please sparse
author
Uwe Kleine-König
<u.kleine-koenig@pengutronix.de>
Wed, 16 Jun 2010 04:45:15 +0000
(06:45 +0200)
committer
Uwe Kleine-König
<u.kleine-koenig@pengutronix.de>
Wed, 30 Jun 2010 07:00:22 +0000
(09:00 +0200)
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 <u.kleine-koenig@pengutronix.de>
No differences found