]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/misc/ioc4.c
Pull platform-drivers into test branch
[linux-2.6-omap-h63xx.git] / drivers / misc / ioc4.c
index 79354bbbbd6a12c8ae0e22de5b73cda47da8fde8..b995a15b7526a43d12439ce955fb91579d4cff72 100644 (file)
@@ -210,8 +210,8 @@ ioc4_clock_calibrate(struct ioc4_driver_data *idd)
 
                do_div(ns, IOC4_EXTINT_COUNT_DIVISOR);
                printk(KERN_DEBUG
-                      "IOC4 %s: PCI clock is %lld ns.\n",
-                      pci_name(idd->idd_pdev), ns);
+                      "IOC4 %s: PCI clock is %llu ns.\n",
+                      pci_name(idd->idd_pdev), (unsigned long long)ns);
        }
 
        /* Remember results.  We store the extint clock period rather