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:
614c3c8
)
IB/mlx4: Fix warning in rounding up queue sizes
author
Roland Dreier
<rolandd@cisco.com>
Tue, 12 Jun 2007 17:52:02 +0000
(10:52 -0700)
committer
Roland Dreier
<rolandd@cisco.com>
Tue, 12 Jun 2007 17:52:02 +0000
(10:52 -0700)
Doing max(1, foo) where foo is u32 generates a warning, because 1 is a
signed constant. Fix this by using 1U instead.
Signed-off-by: Roland Dreier <rolandd@cisco.com>
No differences found