diff options
Diffstat (limited to 'drivers/net/wan/x25_asy.c')
-rw-r--r-- | drivers/net/wan/x25_asy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wan/x25_asy.c b/drivers/net/wan/x25_asy.c index e47f5a986b1c..d81ad8397885 100644 --- a/drivers/net/wan/x25_asy.c +++ b/drivers/net/wan/x25_asy.c | |||
@@ -648,7 +648,7 @@ static int x25_asy_esc(unsigned char *s, unsigned char *d, int len) | |||
648 | } | 648 | } |
649 | } | 649 | } |
650 | *ptr++ = X25_END; | 650 | *ptr++ = X25_END; |
651 | return (ptr - d); | 651 | return ptr - d; |
652 | } | 652 | } |
653 | 653 | ||
654 | static void x25_asy_unesc(struct x25_asy *sl, unsigned char s) | 654 | static void x25_asy_unesc(struct x25_asy *sl, unsigned char s) |