> > +           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.
Sure. This bothers me too. Will fix. Thanks.

Reply via email to