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:
4e7fb82
)
staging: lustre: Use proper constant types for L*_POISON values
author
Geert Uytterhoeven
<geert@linux-m68k.org>
Fri, 23 Aug 2013 15:46:48 +0000
(17:46 +0200)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 23 Aug 2013 17:21:21 +0000
(10:21 -0700)
On 32-bit m68k, I get lots of warnings like:
warning: integer constant is too large for ‘long’ type
Switch the L*_POISON definitions from too-large constants and casts
to the proper constant types to fix this.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found