diff options
| -rw-r--r-- | drivers/ide/ide-tape.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/ide/ide-tape.c b/drivers/ide/ide-tape.c index cb942a9b580f..3a53e0834cf7 100644 --- a/drivers/ide/ide-tape.c +++ b/drivers/ide/ide-tape.c | |||
| @@ -614,12 +614,6 @@ static ide_startstop_t ide_tape_issue_pc(ide_drive_t *drive, | |||
| 614 | { | 614 | { |
| 615 | idetape_tape_t *tape = drive->driver_data; | 615 | idetape_tape_t *tape = drive->driver_data; |
| 616 | 616 | ||
| 617 | if (drive->pc->c[0] == REQUEST_SENSE && | ||
| 618 | pc->c[0] == REQUEST_SENSE) { | ||
| 619 | printk(KERN_ERR "ide-tape: possible ide-tape.c bug - " | ||
| 620 | "Two request sense in serial were issued\n"); | ||
| 621 | } | ||
| 622 | |||
| 623 | if (drive->failed_pc == NULL && pc->c[0] != REQUEST_SENSE) | 617 | if (drive->failed_pc == NULL && pc->c[0] != REQUEST_SENSE) |
| 624 | drive->failed_pc = pc; | 618 | drive->failed_pc = pc; |
| 625 | 619 | ||
