summaryrefslogtreecommitdiff
path: root/wct1xxp.c
diff options
context:
space:
mode:
authormarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-06-13 16:34:45 +0000
committermarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-06-13 16:34:45 +0000
commit26c79e9cecfaf0e122965ca8313290bfd1c27b77 (patch)
treee3eeb90c831961a9f331a736bc58ec03c56ea4c0 /wct1xxp.c
parentb1211ddf0f4d137ac9b781c7f490985534d79170 (diff)
Rid zaptel of 64-bit compiler warnings
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@407 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wct1xxp.c')
-rwxr-xr-xwct1xxp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wct1xxp.c b/wct1xxp.c
index 0c9dbbb..ad7ff6c 100755
--- a/wct1xxp.c
+++ b/wct1xxp.c
@@ -1229,7 +1229,7 @@ static int t1xxp_hardware_init(struct t1xxp *wc)
/* Second frame */
outl(wc->readdma + ZT_CHUNKSIZE * 32 * 2 - 4, wc->ioaddr + WC_DMARE); /* End */
- if (debug) printk("Setting up DMA (write/read = %08x/%08x)\n", wc->writedma, wc->readdma);
+ if (debug) printk("Setting up DMA (write/read = %08lx/%08lx)\n", (long)wc->writedma, (long)wc->readdma);
/* Check out the controller */
if (debug) printk("Controller version: %02x\n", control_get_reg(wc, WC_VERSION));