aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-tape.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ide/ide-tape.c')
-rw-r--r--drivers/ide/ide-tape.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/ide/ide-tape.c b/drivers/ide/ide-tape.c
index 63b837ef7e05..2a362138f973 100644
--- a/drivers/ide/ide-tape.c
+++ b/drivers/ide/ide-tape.c
@@ -2850,11 +2850,6 @@ static int ide_tape_probe(ide_drive_t *drive)
2850 " the driver\n", drive->name); 2850 " the driver\n", drive->name);
2851 goto failed; 2851 goto failed;
2852 } 2852 }
2853 if (drive->scsi) {
2854 printk(KERN_INFO "ide-tape: passing drive %s to ide-scsi"
2855 " emulation.\n", drive->name);
2856 goto failed;
2857 }
2858 tape = kzalloc(sizeof(idetape_tape_t), GFP_KERNEL); 2853 tape = kzalloc(sizeof(idetape_tape_t), GFP_KERNEL);
2859 if (tape == NULL) { 2854 if (tape == NULL) {
2860 printk(KERN_ERR "ide-tape: %s: Can't allocate a tape struct\n", 2855 printk(KERN_ERR "ide-tape: %s: Can't allocate a tape struct\n",