Skip to content

Commit

Permalink
sis190: remove duplicate INIT_WORK
Browse files Browse the repository at this point in the history
It is already done in sis190_init_one.

Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
Cc: K.M. Liu <kmliu@sis.com.tw>
  • Loading branch information
Francois Romieu authored and David S. Miller committed Jan 23, 2008
1 parent ebc7164 commit 11913d3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/net/sis190.c
Original file line number Diff line number Diff line change
Expand Up @@ -1041,8 +1041,6 @@ static int sis190_open(struct net_device *dev)
if (rc < 0)
goto err_free_rx_1;

INIT_WORK(&tp->phy_task, sis190_phy_task);

sis190_request_timer(dev);

rc = request_irq(dev->irq, sis190_interrupt, IRQF_SHARED, dev->name, dev);
Expand Down

0 comments on commit 11913d3

Please sign in to comment.