summaryrefslogtreecommitdiff
path: root/wct1xxp.c
diff options
context:
space:
mode:
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));