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:
9377abd
)
mmc: make one-bit signed bitfields unsigned
author
Harvey Harrison
<harvey.harrison@gmail.com>
Mon, 12 May 2008 21:02:08 +0000
(14:02 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Tue, 13 May 2008 15:02:23 +0000
(08:02 -0700)
Otherwise it can only take the values 0/-1 which doesn't seem to
have been intended.
drivers/mmc/host/sdhci.h:190:20: error: dubious one-bit signed bitfield
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Acked-by: Pierre Ossman <drzeus-list@drzeus.cx>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found