Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8b62cbd1 authored by Yuval Shaia's avatar Yuval Shaia Committed by Doug Ledford
Browse files

IB/rxe: Convert pr_info to pr_warn



This message is warning so let's print it accordingly.

Signed-off-by: default avatarYuval Shaia <yuval.shaia@oracle.com>
Reviewed-by: default avatarLeon Romanovsky <leonro@mellanox.com>
Signed-off-by: default avatarDoug Ledford <dledford@redhat.com>
parent 83fb1c89
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ int rxe_av_chk_attr(struct rxe_dev *rxe, struct rdma_ah_attr *attr)
		u8 sgid_index = rdma_ah_read_grh(attr)->sgid_index;

		if (sgid_index > port->attr.gid_tbl_len) {
			pr_info("invalid sgid index = %d\n", sgid_index);
			pr_warn("invalid sgid index = %d\n", sgid_index);
			return -EINVAL;
		}
	}