On Mon, Sep 12, 2016 at 07:07:43PM +0300, Ram Amrani wrote:
> Add light L2 interface for RoCE.
>
> Signed-off-by: Rajesh Borundia <rajesh.borun...@qlogic.com>
> Signed-off-by: Ram Amrani <ram.amr...@qlogic.com>
> ---

<....>

> +             DP_ERR(cdev,
> +                    "QED RoCE set MAC filter failed - roce_info/ll2 NULL\n");
> +             return -EINVAL;
> +     }
> +
> +     p_ptt = qed_ptt_acquire(QED_LEADING_HWFN(cdev));
> +     if (!p_ptt) {
> +             DP_ERR(cdev,
> +                    "qed roce ll2 mac filter set: failed to acquire PTT\n");
> +             return -EINVAL;
> +     }

Please use single style for your debug prints QED RoCE vs. qed roce.

Attachment: signature.asc
Description: PGP signature

Reply via email to