summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core/mad.c
diff options
context:
space:
mode:
authorLeon Romanovsky <leon@kernel.org>2017-10-25 23:10:19 +0300
committerDoug Ledford <dledford@redhat.com>2017-11-10 21:04:09 +0300
commit7d7d065a5eec7e218174d5c64a9f53f99ffdb119 (patch)
treec7ae0526223680a542cb831e383dab600966c6af /drivers/infiniband/core/mad.c
parent108809a0571cd1e1b317c5c083a371e163e1f8f9 (diff)
downloadlinux-7d7d065a5eec7e218174d5c64a9f53f99ffdb119.tar.xz
RDMA/cxgb4: Annotate r2 and stag as __be32
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>
Diffstat (limited to 'drivers/infiniband/core/mad.c')
0 files changed, 0 insertions, 0 deletions