aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ide/ide.c')
-rw-r--r--drivers/ide/ide.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/ide.c b/drivers/ide/ide.c
index a4bceeecde70..a017eb242604 100644
--- a/drivers/ide/ide.c
+++ b/drivers/ide/ide.c
@@ -866,7 +866,7 @@ static int __init ide_setup(char *s)
866 866
867 printk(" : Enabled support for IDE doublers\n"); 867 printk(" : Enabled support for IDE doublers\n");
868 ide_doubler = 1; 868 ide_doubler = 1;
869 return 1; 869 goto obsolete_option;
870 } 870 }
871#endif /* CONFIG_BLK_DEV_IDEDOUBLER */ 871#endif /* CONFIG_BLK_DEV_IDEDOUBLER */
872 872