be2net: modify log msg for lack of privilege error
Signed-off-by: Vasundhara Volam <vasundhara.volam@emulex.com> Signed-off-by: Sathya Perla <sathya.perla@emulex.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
cc7d723adb
commit
522609f27a
|
@ -120,7 +120,7 @@ static int be_mcc_compl_process(struct be_adapter *adapter,
|
||||||
|
|
||||||
if (compl_status == MCC_STATUS_UNAUTHORIZED_REQUEST) {
|
if (compl_status == MCC_STATUS_UNAUTHORIZED_REQUEST) {
|
||||||
dev_warn(&adapter->pdev->dev,
|
dev_warn(&adapter->pdev->dev,
|
||||||
"opcode %d-%d is not permitted\n",
|
"VF is not privileged to issue opcode %d-%d\n",
|
||||||
opcode, subsystem);
|
opcode, subsystem);
|
||||||
} else {
|
} else {
|
||||||
extd_status = (compl->status >> CQE_STATUS_EXTD_SHIFT) &
|
extd_status = (compl->status >> CQE_STATUS_EXTD_SHIFT) &
|
||||||
|
|
Loading…
Reference in New Issue