diff options
author | Borislav Petkov <petkovbb@googlemail.com> | 2008-02-05 20:57:54 -0500 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-02-05 20:57:54 -0500 |
commit | bf6296b68848219f585c597de422621e236afc3c (patch) | |
tree | 3734f25b568b6c5daf08d6bc2ce84919ecf6548c /drivers | |
parent | 9c14576886bb4e3cfe624c9ec95d980d58a109de (diff) |
ide-tape: remove leftover OnStream support warning
Signed-off-by: Borislav Petkov <petkovbb@gmail.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/ide/ide-tape.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/ide/ide-tape.c b/drivers/ide/ide-tape.c index 916b42233be5..42f1b65c9410 100644 --- a/drivers/ide/ide-tape.c +++ b/drivers/ide/ide-tape.c | |||
@@ -3632,10 +3632,6 @@ static int ide_tape_probe(ide_drive_t *drive) | |||
3632 | printk("ide-tape: passing drive %s to ide-scsi emulation.\n", drive->name); | 3632 | printk("ide-tape: passing drive %s to ide-scsi emulation.\n", drive->name); |
3633 | goto failed; | 3633 | goto failed; |
3634 | } | 3634 | } |
3635 | if (strstr(drive->id->model, "OnStream DI-")) { | ||
3636 | printk(KERN_WARNING "ide-tape: Use drive %s with ide-scsi emulation and osst.\n", drive->name); | ||
3637 | printk(KERN_WARNING "ide-tape: OnStream support will be removed soon from ide-tape!\n"); | ||
3638 | } | ||
3639 | tape = kzalloc(sizeof (idetape_tape_t), GFP_KERNEL); | 3635 | tape = kzalloc(sizeof (idetape_tape_t), GFP_KERNEL); |
3640 | if (tape == NULL) { | 3636 | if (tape == NULL) { |
3641 | printk(KERN_ERR "ide-tape: %s: Can't allocate a tape structure\n", drive->name); | 3637 | printk(KERN_ERR "ide-tape: %s: Can't allocate a tape structure\n", drive->name); |