staging: octeon-ethernet: xaui: don't register poll function in init
authorAaro Koskinen <aaro.koskinen@nokia.com>
Mon, 12 Oct 2015 13:12:33 +0000 (16:12 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 13 Oct 2015 03:52:39 +0000 (20:52 -0700)
commitd4583edb221eb7297bcbc6f0febe895a96fed5f7
tree12009ebecc88c45d1bc114ff07fbdcdc149c1623
parent905907500cd9bae3f6bef24925d5887d5c27e5aa
staging: octeon-ethernet: xaui: don't register poll function in init

Link status poll function is already controlled by open/stop functions,
so we don't need to do it on init.

This eliminates a redundant xaui link status notification when the module
is loaded.

Signed-off-by: Aaro Koskinen <aaro.koskinen@nokia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/octeon/ethernet-xaui.c