[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1260855456-25012-1-git-send-email-peterhuewe@gmx.de>
Date: Tue, 15 Dec 2009 06:37:36 +0100
From: Peter Huewe <peterhuewe@....de>
To: Greg Kroah-Hartman <greg@...ah.com>
Cc: devel@...uxdriverproject.org, Willy Tarreau <w@....eu>,
Sudhakar Rajashekhara <sudhakar.raj@...com>,
Costantino Leandro <lcostantino@...il.com>,
linux-kernel@...r.kernel.org, Peter Huewe <peterhuewe@....de>
Subject: [PATCH] drivers/staging/panel: Adjust range for PANEL_KEYPAD in Kconfig
In panel.c there are only the values 0-3 defined. So 4 is invalid:
Patch against current linux-next tree at Tue Dec 15 06:31:01 2009 +0100
Signed-off-by: Peter Huewe <peterhuewe@....de>
---
drivers/staging/panel/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/staging/panel/Kconfig b/drivers/staging/panel/Kconfig
index 3abe7c9..3defa01 100644
--- a/drivers/staging/panel/Kconfig
+++ b/drivers/staging/panel/Kconfig
@@ -47,7 +47,7 @@ config PANEL_PROFILE
config PANEL_KEYPAD
depends on PANEL && PANEL_PROFILE="0"
int "Keypad type (0=none, 1=old 6 keys, 2=new 6 keys, 3=Nexcom 4 keys)"
- range 0 4
+ range 0 3
default 0
---help---
This enables and configures a keypad connected to the parallel port.
--
1.6.4.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists