aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorBartlomiej Zolnierkiewicz <bzolnier@gmail.com>2007-04-20 22:16:58 +0200
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>2007-04-20 22:16:58 +0200
commit8929fea39cb0ab3e455fe00e7eb6806c32155cd2 (patch)
tree75c4ff89edeae4d5d7293035843e0438c0857c08 /drivers
parenthpt366: fix kernel oops with HPT302N (diff)
downloadlinux-dev-8929fea39cb0ab3e455fe00e7eb6806c32155cd2.tar.xz
linux-dev-8929fea39cb0ab3e455fe00e7eb6806c32155cd2.zip
ide/Kconfig: add missing range check for IDE_MAX_HWIFS
ide_hwif_to_major[] has only 10 entries as there are 10 major numbers reserved for IDE (if somebody needs more it shouldn't be hard to fix). Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/ide/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ide/Kconfig b/drivers/ide/Kconfig
index ca2e4f830c39..5bdf64b77913 100644
--- a/drivers/ide/Kconfig
+++ b/drivers/ide/Kconfig
@@ -57,6 +57,7 @@ if IDE
config IDE_MAX_HWIFS
int "Max IDE interfaces"
depends on ALPHA || SUPERH || IA64 || EMBEDDED
+ range 1 10
default 4
help
This is the maximum number of IDE hardware interfaces that will