]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ethtool: Return immediately on error in ethtool_copy_validate_indir()
authorBen Hutchings <ben@decadent.org.uk>
Wed, 14 May 2014 23:46:45 +0000 (00:46 +0100)
committerBen Hutchings <ben@decadent.org.uk>
Mon, 19 May 2014 00:17:32 +0000 (01:17 +0100)
commitfb95cd8d1473b1cc90eccbd6a30641f3851c8506
treed6e22b245809be974c3a3ac95d33fe24c16c7e09
parenteb02a272c97b6e25d8e5fcf1ea93923e6f155595
ethtool: Return immediately on error in ethtool_copy_validate_indir()

We must return -EFAULT immediately rather than continuing into
the loop.

Similarly, we may as well return -EINVAL directly.

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
net/core/ethtool.c