bnxt_en: Correct the order of arguments to netdev_err() in bnxt_set_tpa()
Signed-off-by: Sankar Patchineelam <sankar.patchineelam@broadcom.com> Signed-off-by: Michael Chan <michael.chan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
2247925f09
commit
23e12c8934
@ -4744,7 +4744,7 @@ static int bnxt_set_tpa(struct bnxt *bp, bool set_tpa)
|
|||||||
rc = bnxt_hwrm_vnic_set_tpa(bp, i, tpa_flags);
|
rc = bnxt_hwrm_vnic_set_tpa(bp, i, tpa_flags);
|
||||||
if (rc) {
|
if (rc) {
|
||||||
netdev_err(bp->dev, "hwrm vnic set tpa failure rc for vnic %d: %x\n",
|
netdev_err(bp->dev, "hwrm vnic set tpa failure rc for vnic %d: %x\n",
|
||||||
rc, i);
|
i, rc);
|
||||||
return rc;
|
return rc;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user