Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 369877
b: refs/heads/master
c: cd4baaa
h: refs/heads/master
i:
  369875: 7bc8a13
v: v3
  • Loading branch information
Richard Cochran authored and David S. Miller committed Apr 25, 2013
1 parent ab25b1a commit 47e4c91
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 89cc80a44b7c320e08599cb86f6aef0ead8986a1
refs/heads/master: cd4baaaa04b4aaa3b0ec4d13a6f3d203b92eadbd
3 changes: 1 addition & 2 deletions trunk/drivers/net/ethernet/freescale/gianfar_ptp.c
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ struct gianfar_ptp_registers {

#define DRIVER "gianfar_ptp"
#define DEFAULT_CKSEL 1
#define N_ALARM 1 /* first alarm is used internally to reset fipers */
#define N_EXT_TS 2
#define REG_SIZE sizeof(struct gianfar_ptp_registers)

Expand Down Expand Up @@ -410,7 +409,7 @@ static struct ptp_clock_info ptp_gianfar_caps = {
.owner = THIS_MODULE,
.name = "gianfar clock",
.max_adj = 512000,
.n_alarm = N_ALARM,
.n_alarm = 0,
.n_ext_ts = N_EXT_TS,
.n_per_out = 0,
.pps = 1,
Expand Down

0 comments on commit 47e4c91

Please sign in to comment.