phylib: Fix delay argument of schedule_delayed_work
authorAtsushi Nemoto <anemo@mba.ocn.ne.jp>
Thu, 16 Apr 2009 09:43:37 +0000 (02:43 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 16 Apr 2009 10:13:07 +0000 (03:13 -0700)
commit3664090e199f10cb0282097faae8f8ca58c1e4ae
tree7197bd165cb21b8341b85adde180e8d063547404
parent9d8d05ae66f40642987486f4b107565fc561a77c
phylib: Fix delay argument of schedule_delayed_work

The commit a390d1f3 ("phylib: convert state_queue work to
delayed_work") missed converting 'expires' value to 'delay' value.

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Acked-by: Marcin Slusarz <marcin.slusarz@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/phy.c