Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 147901
b: refs/heads/master
c: 5f582c8
h: refs/heads/master
i:
  147899: 0e9e93b
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz committed May 17, 2009
1 parent 70323b4 commit f14ab18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 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: 6029336426a2b43e4bc6f4a84be8789a047d139e
refs/heads/master: 5f582c8e2193e3848039de87e6a3ace7cbc7ed88
8 changes: 2 additions & 6 deletions trunk/drivers/ide/ide-io.c
Original file line number Diff line number Diff line change
Expand Up @@ -201,12 +201,8 @@ static ide_startstop_t ide_disk_special(ide_drive_t *drive)
} else if (s->b.set_multmode) {
s->b.set_multmode = 0;
ide_tf_set_setmult_cmd(drive, &cmd.tf);
} else if (s->all) {
int special = s->all;
s->all = 0;
printk(KERN_ERR "%s: bad special flag: 0x%02x\n", drive->name, special);
return ide_stopped;
}
} else
BUG();

cmd.valid.out.tf = IDE_VALID_OUT_TF | IDE_VALID_DEVICE;
cmd.valid.in.tf = IDE_VALID_IN_TF | IDE_VALID_DEVICE;
Expand Down

0 comments on commit f14ab18

Please sign in to comment.