Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 311359
b: refs/heads/master
c: 97f1d8c
h: refs/heads/master
i:
  311357: 19da100
  311355: 185a3b5
  311351: 2716c2c
  311343: 70b4d9d
  311327: 0371069
  311295: de55070
v: v3
  • Loading branch information
Vasundhara Volam authored and David S. Miller committed Jun 17, 2012
1 parent 396f402 commit f286e50
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b7e5887e0e414bde0a2f311ae3fbea5611562e29
refs/heads/master: 97f1d8cd8d61642d01af1fc181f3103314128c3b
12 changes: 6 additions & 6 deletions trunk/drivers/net/ethernet/emulex/benet/be_cmds.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,15 +122,15 @@ static int be_mcc_compl_process(struct be_adapter *adapter,
goto done;

if (compl_status == MCC_STATUS_UNAUTHORIZED_REQUEST) {
dev_warn(&adapter->pdev->dev, "This domain(VM) is not "
"permitted to execute this cmd (opcode %d)\n",
opcode);
dev_warn(&adapter->pdev->dev,
"opcode %d-%d is not permitted\n",
opcode, subsystem);
} else {
extd_status = (compl->status >> CQE_STATUS_EXTD_SHIFT) &
CQE_STATUS_EXTD_MASK;
dev_err(&adapter->pdev->dev, "Cmd (opcode %d) failed:"
"status %d, extd-status %d\n",
opcode, compl_status, extd_status);
dev_err(&adapter->pdev->dev,
"opcode %d-%d failed:status %d-%d\n",
opcode, subsystem, compl_status, extd_status);
}
}
done:
Expand Down

0 comments on commit f286e50

Please sign in to comment.