From c5a64cb74ddf99b38ea753df2c1a093f0b1dd960 Mon Sep 17 00:00:00 2001
From: J Freyensee <james_p_freyensee@linux.intel.com>
Date: Thu, 11 Nov 2010 13:59:19 -0800
Subject: [PATCH 1/3] aperture address spec bug.

This patch fixes an array that is supposed to represent the
number of channel ids per master id.

Signed-off-by: J Freyensee <james_p_freyensee@linux.intel.com>
---
 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

