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:
ca6de17
)
IB/mlx4: Fix up SRQ limit_watermark endianness
author
Roland Dreier
<rolandd@cisco.com>
Wed, 10 Oct 2007 02:59:06 +0000
(19:59 -0700)
committer
Roland Dreier
<rolandd@cisco.com>
Wed, 10 Oct 2007 02:59:06 +0000
(19:59 -0700)
mlx4_srq_query() returns a big-endian 16-bit value through an int *,
which screws up sparse checking. Fix this so that a CPU-endian value
is returned.
Signed-off-by: Roland Dreier <rolandd@cisco.com>
No differences found