Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 137675
b: refs/heads/master
c: 1713788
h: refs/heads/master
i:
  137673: e1eb089
  137671: 31cee76
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz committed Mar 27, 2009
1 parent 9158b15 commit b7ef9a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 2230d90dd889e35da2728b6f6ebf25fb5a6499bd
refs/heads/master: 1713788ff8e191de5da707ed8144698b32771f99
4 changes: 1 addition & 3 deletions trunk/drivers/ide/ide-io.c
Original file line number Diff line number Diff line change
Expand Up @@ -357,9 +357,7 @@ static ide_startstop_t ide_special_rq(ide_drive_t *drive, struct request *rq)
case REQ_DRIVE_RESET:
return ide_do_reset(drive);
default:
blk_dump_rq_flags(rq, "ide_special_rq - bad request");
ide_end_request(drive, 0, 0);
return ide_stopped;
BUG();
}
}

Expand Down

0 comments on commit b7ef9a0

Please sign in to comment.