Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 522609f2 authored by Vasundhara Volam's avatar Vasundhara Volam Committed by David S. Miller
Browse files

be2net: modify log msg for lack of privilege error

parent cc7d723a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -120,7 +120,7 @@ static int be_mcc_compl_process(struct be_adapter *adapter,

		if (compl_status == MCC_STATUS_UNAUTHORIZED_REQUEST) {
			dev_warn(&adapter->pdev->dev,
				 "opcode %d-%d is not permitted\n",
				 "VF is not privileged to issue opcode %d-%d\n",
				 opcode, subsystem);
		} else {
			extd_status = (compl->status >> CQE_STATUS_EXTD_SHIFT) &