From: Ursula Braun return value -ENOTSUPP is not valid in userspace context, use -EOPNOTSUPP instead. Signed-off-by: Ursula Braun Signed-off-by: Frank Blaschka --- drivers/s390/net/qeth_l3_sys.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -urpN linux-2.6/drivers/s390/net/qeth_l3_sys.c linux-2.6-patched/drivers/s390/net/qeth_l3_sys.c --- linux-2.6/drivers/s390/net/qeth_l3_sys.c 2008-07-13 23:51:29.000000000 +0200 +++ linux-2.6-patched/drivers/s390/net/qeth_l3_sys.c 2008-08-14 18:46:41.000000000 +0200 @@ -136,7 +136,7 @@ static ssize_t qeth_l3_dev_route6_store( return -EINVAL; if (!qeth_is_supported(card, IPA_IPV6)) { - return -ENOTSUPP; + return -EOPNOTSUPP; } return qeth_l3_dev_route_store(card, &card->options.route6, -- -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html