From: J Freyensee <[email protected]> This patch fixes an array that is supposed to represent the number of channel ids per master id.
Signed-off-by: J Freyensee <[email protected]> --- drivers/misc/pti.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/misc/pti.c b/drivers/misc/pti.c index 9c31aef..691fa2f 100644 --- a/drivers/misc/pti.c +++ b/drivers/misc/pti.c @@ -44,7 +44,7 @@ #define PCINAME "pciPTI" #define TTYNAME "ttyPTI" #define CHARNAME "pti" -#define MAX_APP_IDS 256 +#define MAX_APP_IDS 128 #define MAX_OS_IDS 128 #define CONTROL_ID 72 /* control master ID address */ #define CONSOLE_ID 73 /* console master ID address */ -- 1.6.6.1 _______________________________________________ MeeGo-kernel mailing list [email protected] http://lists.meego.com/listinfo/meego-kernel
