Re: [PATCH for-next] RDMA/bnxt_re: Fix endianness warning
From: Jason Gunthorpe <jgg@nvidia.com>
Date: 2021-12-06 23:58:01
From: Jason Gunthorpe <jgg@nvidia.com>
Date: 2021-12-06 23:58:01
On Sun, Dec 05, 2021 at 10:45:37PM +0200, Kamal Heib wrote:
Fix the following sparce warning:
CHECK ../drivers/infiniband/hw/bnxt_re/qplib_fp.c
drivers/infiniband/hw/bnxt_re/qplib_fp.c:1260:26: sparse: warning:
incorrect type in assignment (different base types)
Fixes: 0e938533d96d ("RDMA/bnxt_re: Remove dynamic pkey table")
Reported-by: kernel test robot <redacted>
Signed-off-by: Kamal Heib <redacted>
Reviewed-by: Leon Romanovsky <leonro@nvidia.com>
Acked-by: Selvin Xavier <selvin.xavier@broadcom.com>
---
drivers/infiniband/hw/bnxt_re/qplib_fp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)Applied to for-next, thanks Jason