Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109272
b: refs/heads/master
c: 211cd45
h: refs/heads/master
v: v3
  • Loading branch information
Ursula Braun authored and Jeff Garzik committed Aug 27, 2008
1 parent 24ad392 commit 13166f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e8296582783a9f3bf75dbeb98dfdae15fd45c008
refs/heads/master: 211cd45ac71dcd40d473fddf9a49cb1085173cb1
2 changes: 1 addition & 1 deletion trunk/drivers/s390/net/qeth_l3_sys.c
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ static ssize_t qeth_l3_dev_route6_store(struct device *dev,
return -EINVAL;

if (!qeth_is_supported(card, IPA_IPV6)) {
return -ENOTSUPP;
return -EOPNOTSUPP;
}

return qeth_l3_dev_route_store(card, &card->options.route6,
Expand Down

0 comments on commit 13166f4

Please sign in to comment.