Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 256270
b: refs/heads/master
c: e28634d
h: refs/heads/master
v: v3
  • Loading branch information
Matvejchikov Ilya authored and David S. Miller committed Jul 13, 2011
1 parent ae86b2a commit bb430f1
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: 30c5f8ecf246997d16ba5b11becc5f10f9deaf7a
refs/heads/master: e28634d6b229dec216596298c765c203d6b6fa4c
2 changes: 1 addition & 1 deletion trunk/drivers/net/slip.c
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ static int sl_realloc_bufs(struct slip *sl, int mtu)
#else
if (xbuff == NULL || rbuff == NULL) {
#endif
if (mtu >= sl->mtu) {
if (mtu > sl->mtu) {
printk(KERN_WARNING "%s: unable to grow slip buffers, MTU change cancelled.\n",
dev->name);
err = -ENOBUFS;
Expand Down

0 comments on commit bb430f1

Please sign in to comment.