diff options
author | Glenn Elliott <gelliott@cs.unc.edu> | 2012-03-04 19:47:13 -0500 |
---|---|---|
committer | Glenn Elliott <gelliott@cs.unc.edu> | 2012-03-04 19:47:13 -0500 |
commit | c71c03bda1e86c9d5198c5d83f712e695c4f2a1e (patch) | |
tree | ecb166cb3e2b7e2adb3b5e292245fefd23381ac8 /drivers/net/atp.c | |
parent | ea53c912f8a86a8567697115b6a0d8152beee5c8 (diff) | |
parent | 6a00f206debf8a5c8899055726ad127dbeeed098 (diff) |
Merge branch 'mpi-master' into wip-k-fmlpwip-k-fmlp
Conflicts:
litmus/sched_cedf.c
Diffstat (limited to 'drivers/net/atp.c')
-rw-r--r-- | drivers/net/atp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/atp.c b/drivers/net/atp.c index bd2f9d331dac..f3459798b0e9 100644 --- a/drivers/net/atp.c +++ b/drivers/net/atp.c | |||
@@ -68,7 +68,7 @@ static int xcvr[NUM_UNITS]; /* The data transfer mode. */ | |||
68 | 68 | ||
69 | In 1997 Realtek made available the documentation for the second generation | 69 | In 1997 Realtek made available the documentation for the second generation |
70 | RTL8012 chip, which has lead to several driver improvements. | 70 | RTL8012 chip, which has lead to several driver improvements. |
71 | http://www.realtek.com.tw/cn/cn.html | 71 | http://www.realtek.com.tw/ |
72 | 72 | ||
73 | Theory of Operation | 73 | Theory of Operation |
74 | 74 | ||
@@ -445,7 +445,7 @@ static int net_open(struct net_device *dev) | |||
445 | init_timer(&lp->timer); | 445 | init_timer(&lp->timer); |
446 | lp->timer.expires = jiffies + TIMED_CHECKER; | 446 | lp->timer.expires = jiffies + TIMED_CHECKER; |
447 | lp->timer.data = (unsigned long)dev; | 447 | lp->timer.data = (unsigned long)dev; |
448 | lp->timer.function = &atp_timed_checker; /* timer handler */ | 448 | lp->timer.function = atp_timed_checker; /* timer handler */ |
449 | add_timer(&lp->timer); | 449 | add_timer(&lp->timer); |
450 | 450 | ||
451 | netif_start_queue(dev); | 451 | netif_start_queue(dev); |