diff options
Diffstat (limited to 'drivers/misc/ioc4.c')
-rw-r--r-- | drivers/misc/ioc4.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/misc/ioc4.c b/drivers/misc/ioc4.c index 79354bbbbd6a..b995a15b7526 100644 --- a/drivers/misc/ioc4.c +++ b/drivers/misc/ioc4.c | |||
@@ -210,8 +210,8 @@ ioc4_clock_calibrate(struct ioc4_driver_data *idd) | |||
210 | 210 | ||
211 | do_div(ns, IOC4_EXTINT_COUNT_DIVISOR); | 211 | do_div(ns, IOC4_EXTINT_COUNT_DIVISOR); |
212 | printk(KERN_DEBUG | 212 | printk(KERN_DEBUG |
213 | "IOC4 %s: PCI clock is %lld ns.\n", | 213 | "IOC4 %s: PCI clock is %llu ns.\n", |
214 | pci_name(idd->idd_pdev), ns); | 214 | pci_name(idd->idd_pdev), (unsigned long long)ns); |
215 | } | 215 | } |
216 | 216 | ||
217 | /* Remember results. We store the extint clock period rather | 217 | /* Remember results. We store the extint clock period rather |