commit | d7dc3ccbe4dd1d37950da0138079e61d5be06ca9 | [log] [tgz] |
---|---|---|
author | Roland Dreier <rolandd@cisco.com> | Tue Oct 09 19:59:06 2007 -0700 |
committer | Roland Dreier <rolandd@cisco.com> | Tue Oct 09 19:59:06 2007 -0700 |
tree | 6391db1b61ae23c34c351b617803d31dc9255804 | |
parent | ca6de177acef8f2c7c3901ea583a263364ca7bbb [diff] |
IB/mlx4: Fix up SRQ limit_watermark endianness 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>