summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLeon Romanovsky <leon@kernel.org>2017-10-25 23:10:19 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-12-16 16:25:47 +0100
commit349130bb039149f0c30a8f5528c483b0804023cd (patch)
treef9f9e2e8b63c7aa701a324950e6bbe8967f05e1b /Makefile
parentb7d3f2b5dca97de98dddbd4992dbe49d5a7723fa (diff)
RDMA/cxgb4: Annotate r2 and stag as __be32
[ Upstream commit 7d7d065a5eec7e218174d5c64a9f53f99ffdb119 ] Chelsio cxgb4 HW is big-endian, hence there is need to properly annotate r2 and stag fields as __be32 and not __u32 to fix the following sparse warnings. drivers/infiniband/hw/cxgb4/qp.c:614:16: warning: incorrect type in assignment (different base types) expected unsigned int [unsigned] [usertype] r2 got restricted __be32 [usertype] <noident> drivers/infiniband/hw/cxgb4/qp.c:615:18: warning: incorrect type in assignment (different base types) expected unsigned int [unsigned] [usertype] stag got restricted __be32 [usertype] <noident> Cc: Steve Wise <swise@opengridcomputing.com> Signed-off-by: Leon Romanovsky <leon@kernel.org> Reviewed-by: Steve Wise <swise@opengridcomputing.com> Signed-off-by: Doug Ledford <dledford@redhat.com> Signed-off-by: Sasha Levin <alexander.levin@verizon.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions