]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ethtool: oops in ethtool_set_pauseparam()
authorWilly Tarreau <willy@wtap.(none)>
Wed, 5 Jul 2006 20:34:52 +0000 (22:34 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 25 Jul 2006 03:35:21 +0000 (20:35 -0700)
commit6d4764bead69f0092049fa6fe409d1c989e75af6
tree397e2a87e4c53a3c5583bbbca754972c477e07bc
parenta78a731dfd6c060dfb6cbc93a0363defb4727212
ethtool: oops in ethtool_set_pauseparam()

The function pointers which were checked were for their get_* counterparts.
Typically a copy-paste typo.

Signed-off-by: Willy Tarreau <w@1wt.eu>
Acked-by: Jeff Garzik <jeff@garzik.org>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
net/core/ethtool.c