On Mon, Sep 30, 2019 at 04:16:56PM -0700, Bart Van Assche wrote: > sin_port and sin6_port are big endian member variables. Convert these port > numbers into CPU endianness before printing. > > Cc: Bernard Metzler <bmt@xxxxxxxxxxxxxx> > Fixes: 6c52fdc244b5 ("rdma/siw: connection management") > Signed-off-by: Bart Van Assche <bvanassche@xxxxxxx> > Reviewed-by: Bernard Metzler <bmt@xxxxxxxxxxxxxx> > --- > drivers/infiniband/sw/siw/siw_cm.c | 9 +-------- > 1 file changed, 1 insertion(+), 8 deletions(-) Applied to for-next, thanks Jason