From a73c26a70b19ecf237214fe1715a61c876b5c06d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Mon, 16 Jan 2012 09:33:09 -0800 Subject: net/ethtool: Fix program call. I missed removing a call to the old ethtool function wrapper that was made unneeded by commit d02d3af02. Cherry-picked from master/fdc8849e. X-Gentoo-Bug: 399037 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=399037 Signed-off-by: Robin H. Johnson --- net/ethtool.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net') diff --git a/net/ethtool.sh b/net/ethtool.sh index 4e10409..6023d74 100644 --- a/net/ethtool.sh +++ b/net/ethtool.sh @@ -39,7 +39,7 @@ ethtool_pre_start() { args_pretty="--${opt} $IFACE ${args_pretty}" args="--${opt} $IFACE ${args}" ebegin "ethtool ${args_pretty}" - $(_ethtool) ${args} + ethtool ${args} rc=$? eend $rc "ethtool exit code $rc" # TODO: ethtool has MANY different exit codes, with no -- cgit v1.2.3