Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 247919
b: refs/heads/master
c: f17bfe7
h: refs/heads/master
i:
  247917: f17c561
  247915: c7a6b6b
  247911: 0a20404
  247903: dc2b66c
v: v3
  • Loading branch information
Jiri Slaby authored and David S. Miller committed Nov 22, 2010
1 parent 9c58dad commit 24462aa
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: f2ba70a22c31a179226fa0517729104497a7853f
refs/heads/master: f17bfe79e6aa34aecbd579258a5c55a790807aca
2 changes: 1 addition & 1 deletion trunk/drivers/ide/ide-floppy.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ static int ide_floppy_callback(ide_drive_t *drive, int dsc)
drive->failed_pc = NULL;

if (pc->c[0] == GPCMD_READ_10 || pc->c[0] == GPCMD_WRITE_10 ||
(rq && rq->cmd_type == REQ_TYPE_BLOCK_PC))
rq->cmd_type == REQ_TYPE_BLOCK_PC)
uptodate = 1; /* FIXME */
else if (pc->c[0] == GPCMD_REQUEST_SENSE) {

Expand Down

0 comments on commit 24462aa

Please sign in to comment.