[ETHTOOL]: Check correct pointer in ethtool_set_coalesce().
authorDavid S. Miller <davem@davemloft.net>
Mon, 6 Jun 2005 22:07:19 +0000 (15:07 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 6 Jun 2005 22:07:19 +0000 (15:07 -0700)
It was checking the "GET" function pointer instead of
the "SET" one.  Looks like a cut&paste error :-)

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found