From b6f5d94bb37d52f93b2b869c1105ded1fe520fe8 Mon Sep 17 00:00:00 2001 From: markster Date: Mon, 12 Jul 2004 13:17:28 +0000 Subject: Ignore write/read mismatch on WC_INTR since that's actually pretty reasonable if the interrupt handling is fast enough git-svn-id: http://svn.digium.com/svn/zaptel/trunk@432 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- wct4xxp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wct4xxp.c b/wct4xxp.c index d39822f..b1c309a 100755 --- a/wct4xxp.c +++ b/wct4xxp.c @@ -187,7 +187,7 @@ static inline void __t4_pci_out(struct t4 *wc, const unsigned int addr, const un #if 1 tmp = wc->membase[addr]; if ((value != tmp) && (addr != WC_LEDS) && (addr != WC_LDATA) && - (addr != WC_GPIO)) + (addr != WC_GPIO) && (addr != WC_INTR)) printk("Tried to load %08x into %08x, but got %08x instead\n", value, addr, tmp); #endif } -- cgit v1.2.3