Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275714
b: refs/heads/master
c: 6cc31d0
h: refs/heads/master
v: v3
  • Loading branch information
Ursula Braun authored and David S. Miller committed Nov 16, 2011
1 parent 9384aa7 commit 674e676
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 709e8697af1c86772c1a6fccda6d4b0e2e226547
refs/heads/master: 6cc31d09bedeb6f25951b18c23b6aee5df0a242c
4 changes: 2 additions & 2 deletions trunk/drivers/s390/net/qeth_l3_sys.c
Original file line number Diff line number Diff line change
Expand Up @@ -335,10 +335,10 @@ static ssize_t qeth_l3_dev_sniffer_store(struct device *dev,
QETH_IN_BUF_COUNT_MAX)
qeth_realloc_buffer_pool(card,
QETH_IN_BUF_COUNT_MAX);
break;
} else
rc = -EPERM;
default: /* fall through */
break;
default:
rc = -EINVAL;
}
out:
Expand Down

0 comments on commit 674e676

Please sign in to comment.