> diff --git a/drivers/infiniband/core/mad.c b/drivers/infiniband/core/mad.c
> index dc3fd1e..9be6754 100644
> --- a/drivers/infiniband/core/mad.c
> +++ b/drivers/infiniband/core/mad.c
> @@ -2663,6 +2663,7 @@ static int ib_mad_port_start(struct ib_mad_port_private
> *port_priv)
>       int ret, i;
>       struct ib_qp_attr *attr;
>       struct ib_qp *qp;
> +     u16 pkey_index = 0;

This shouldn't need to be initialized, as it is always set further down in the 
patch.

Reviewed-by: Sean Hefty <[email protected]>
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to