Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64841
b: refs/heads/master
c: 56fe23d
h: refs/heads/master
i:
  64839: a95a26c
v: v3
  • Loading branch information
Mikael Pettersson authored and Bartlomiej Zolnierkiewicz committed Sep 11, 2007
1 parent aa8e242 commit 27d4e64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 58e47bb1767aa89bfa9cf7ecf4bc051886ae22b3
refs/heads/master: 56fe23d5a702a39ee3bb29a04b55db292479d07a
2 changes: 1 addition & 1 deletion trunk/drivers/ide/pci/pdc202xx_new.c
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ static long __devinit detect_pll_input_clock(unsigned long dma_base)
*/
usec_elapsed = (end_time.tv_sec - start_time.tv_sec) * 1000000 +
(end_time.tv_usec - start_time.tv_usec);
pll_input = ((start_count - end_count) & 0x3ffffff) / 10 *
pll_input = ((start_count - end_count) & 0x3fffffff) / 10 *
(10000000 / usec_elapsed);

DBG("start[%ld] end[%ld]\n", start_count, end_count);
Expand Down

0 comments on commit 27d4e64

Please sign in to comment.