Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77279
b: refs/heads/master
c: 79f21b8
h: refs/heads/master
i:
  77277: e7186ba
  77275: 5890ba5
  77271: 0f9c0e4
  77263: 4dc3d3a
  77247: 1908121
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz committed Jan 26, 2008
1 parent ee2a0e1 commit 73dd5ce
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: 03c3c70ee541c91250e2bff57211d403cb0b7055
refs/heads/master: 79f21b84d94c02b941818df282b61f2a5a028722
4 changes: 2 additions & 2 deletions trunk/drivers/ide/ide-taskfile.c
Original file line number Diff line number Diff line change
Expand Up @@ -424,9 +424,9 @@ static void task_end_request(ide_drive_t *drive, struct request *rq, u8 stat)
ide_driver_t *drv;

drv = *(ide_driver_t **)rq->rq_disk->private_data;;
drv->end_request(drive, 1, rq->hard_nr_sectors);
drv->end_request(drive, 1, rq->nr_sectors);
} else
ide_end_request(drive, 1, rq->hard_nr_sectors);
ide_end_request(drive, 1, rq->nr_sectors);
}

/*
Expand Down

0 comments on commit 73dd5ce

Please sign in to comment.