Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108897
b: refs/heads/master
c: 3e33994
h: refs/heads/master
i:
  108895: e31bf0b
v: v3
  • Loading branch information
Brian King authored and James Bottomley committed Aug 16, 2008
1 parent bdfad5e commit 573e6b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 2bac406df52100aec42e230a2cc2986d34e86218
refs/heads/master: 3e3399467d4c4aefe6a24225b5b277cf7d6e58a7
3 changes: 2 additions & 1 deletion trunk/drivers/scsi/ibmvscsi/ibmvfc.c
Original file line number Diff line number Diff line change
Expand Up @@ -2084,7 +2084,8 @@ static void ibmvfc_handle_async(struct ibmvfc_async_crq *crq,
{
const char *desc = ibmvfc_get_ae_desc(crq->event);

ibmvfc_log(vhost, 3, "%s event received\n", desc);
ibmvfc_log(vhost, 3, "%s event received. scsi_id: %lx, wwpn: %lx,"
" node_name: %lx\n", desc, crq->scsi_id, crq->wwpn, crq->node_name);

switch (crq->event) {
case IBMVFC_AE_LINK_UP:
Expand Down

0 comments on commit 573e6b1

Please sign in to comment.