Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 300598
b: refs/heads/master
c: c1e6aaf
h: refs/heads/master
v: v3
  • Loading branch information
Richard Cochran authored and David S. Miller committed Apr 12, 2012
1 parent 4f7ece8 commit 3fb91e7
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: e35f30c131a562bafd069820a6983fd4023e606e
refs/heads/master: c1e6aaf0ab0150d625dc266721c033db8b43e49d
4 changes: 2 additions & 2 deletions trunk/drivers/ptp/ptp_ixp46x.c
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ static void __exit ptp_ixp_exit(void)
{
free_irq(MASTER_IRQ, &ixp_clock);
free_irq(SLAVE_IRQ, &ixp_clock);
ixp46x_phc_clock = -1;
ixp46x_phc_index = -1;
ptp_clock_unregister(ixp_clock.ptp_clock);
}

Expand All @@ -303,7 +303,7 @@ static int __init ptp_ixp_init(void)
if (IS_ERR(ixp_clock.ptp_clock))
return PTR_ERR(ixp_clock.ptp_clock);

ixp46x_phc_clock = ptp_clock_index(ixp_clock.ptp_clock);
ixp46x_phc_index = ptp_clock_index(ixp_clock.ptp_clock);

__raw_writel(DEFAULT_ADDEND, &ixp_clock.regs->addend);
__raw_writel(1, &ixp_clock.regs->trgt_lo);
Expand Down

0 comments on commit 3fb91e7

Please sign in to comment.