Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40337
b: refs/heads/master
c: cd00b7f
h: refs/heads/master
i:
  40335: 27c2eaf
v: v3
  • Loading branch information
Jes Sorensen authored and James Bottomley committed Oct 25, 2006
1 parent 0e56ee1 commit 0d1a038
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 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: b5072ea0910e5c8c79b8313e0ef70ca763983dbf
refs/heads/master: cd00b7f5d814ba87b36371f122ce36ba4a88ba69
7 changes: 3 additions & 4 deletions trunk/drivers/scsi/qla1280.c
Original file line number Diff line number Diff line change
Expand Up @@ -931,11 +931,10 @@ qla1280_error_action(struct scsi_cmnd *cmd, enum action action)

case BUS_RESET:
if (qla1280_verbose)
printk(KERN_INFO "qla1280(%ld:%d): Issuing BUS "
"DEVICE RESET\n", ha->host_no, bus);
if (qla1280_bus_reset(ha, bus == 0))
printk(KERN_INFO "qla1280(%ld:%d): Issued bus "
"reset.\n", ha->host_no, bus);
if (qla1280_bus_reset(ha, bus) == 0)
result = SUCCESS;

break;

case ADAPTER_RESET:
Expand Down

0 comments on commit 0d1a038

Please sign in to comment.