diff options
author | 2015-10-07 14:10:04 +0200 | |
---|---|---|
committer | 2015-10-21 16:56:28 -0400 | |
commit | b61e564af85bde408456f779eb267a37a64dc522 (patch) | |
tree | 6bae2ed11907e6af1ac854d83d852bfcc89f1654 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | ib_pack.h: Fix commentary IBA reference for CNP in IB opcode enum (diff) | |
download | wireguard-linux-b61e564af85bde408456f779eb267a37a64dc522.tar.xz wireguard-linux-b61e564af85bde408456f779eb267a37a64dc522.zip |
RDMA/cxgb4: re-fix 32-bit build warning
Casting a pointer to __be64 produces a warning on 32-bit architectures:
drivers/infiniband/hw/cxgb4/mem.c:147:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
req->wr.wr_lo = (__force __be64)&wr_wait;
This was fixed at least twice for this driver in different places,
and accidentally reverted once more. This puts the correct version
back in place.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Fixes: 6198dd8d7a6a7 ("iw_cxgb4: 32b platform fixes")
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions