Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 254571
b: refs/heads/master
c: 76802ce
h: refs/heads/master
i:
  254569: 5a4813f
  254567: 2d2e864
v: v3
  • Loading branch information
Dan Williams committed Jul 3, 2011
1 parent ed84c17 commit 9435f1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 852809559e4680ba4768262a6c3d21454fcd460e
refs/heads/master: 76802ce6756d605fbd7a9a43c196e9a471b3e57c
4 changes: 2 additions & 2 deletions trunk/drivers/scsi/isci/remote_device.c
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,10 @@ static enum sci_status scic_sds_remote_device_terminate_requests(struct scic_sds
{
struct scic_sds_controller *scic = sci_dev->owning_port->owning_controller;
struct isci_host *ihost = scic_to_ihost(scic);
u32 i, request_count = sci_dev->started_request_count;
enum sci_status status = SCI_SUCCESS;
u32 i;

for (i = 0; i < SCI_MAX_IO_REQUESTS && i < request_count; i++) {
for (i = 0; i < SCI_MAX_IO_REQUESTS; i++) {
struct isci_request *ireq = ihost->reqs[i];
enum sci_status s;

Expand Down

0 comments on commit 9435f1a

Please sign in to comment.