Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181314
b: refs/heads/master
c: 08002af
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and James Bottomley committed Feb 17, 2010
1 parent 83aead0 commit ea9b5c4
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 63bad45db1d4e8aafe0633c5741c9720641f336a
refs/heads/master: 08002af25a7a379780244b94c5d5eedb7c098629
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/qla2xxx/qla_os.c
Original file line number Diff line number Diff line change
Expand Up @@ -1258,7 +1258,7 @@ qla2x00_change_queue_depth(struct scsi_device *sdev, int qdepth, int reason)
qla2x00_adjust_sdev_qdepth_up(sdev, qdepth);
break;
default:
return EOPNOTSUPP;
return -EOPNOTSUPP;
}

return sdev->queue_depth;
Expand Down

0 comments on commit ea9b5c4

Please sign in to comment.