diff options
author | Mark Einon <mark.einon@gmail.com> | 2011-10-01 11:14:14 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-10-04 10:43:14 -0700 |
commit | d84b7e29d8ea049c352af89db69cff7e791a9418 (patch) | |
tree | bfc62af9045e6e9e0297d1378d1da541e87b225a /drivers/staging/et131x/README | |
parent | 25e1c2780c2cef0456c850237abd895781d34e44 (diff) |
staging: et131x: Fix add_timer() from et131x_open
The error_timer was only getting initialised and an initial jiffies value set following a probe.
This could result in the timer needlessly expiring immediately after et131x_open is called.
Now this is all done from the open call instead.
Signed-off-by: Mark Einon <mark.einon@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/et131x/README')
-rw-r--r-- | drivers/staging/et131x/README | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/et131x/README b/drivers/staging/et131x/README index 42c388d2098..a0ebaa0de53 100644 --- a/drivers/staging/et131x/README +++ b/drivers/staging/et131x/README @@ -9,7 +9,6 @@ Note, the powermanagement options were removed from the vendor provided driver as they did not build properly at the time. TODO: - - add_timer call in et131x_netdev.c is correct? - Implement a few more kernel Parameter (set mac ) Please send patches to: |