Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40400
b: refs/heads/master
c: 760fe9a
h: refs/heads/master
v: v3
  • Loading branch information
Randy Dunlap authored and Linus Torvalds committed Oct 28, 2006
1 parent 747620e commit 6c7f6bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1d4d262769cd1894a0306b9c57e72f005cd9e75a
refs/heads/master: 760fe9ad1692361770bb56fa5c69cf6b3354858c
4 changes: 2 additions & 2 deletions trunk/drivers/misc/ioc4.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6c7f6bf

Please sign in to comment.