diff options
Diffstat (limited to 'drivers/net/wan')
-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 d81ad8397885..66cda25aaa26 100644 --- a/drivers/net/wan/x25_asy.c +++ b/drivers/net/wan/x25_asy.c | |||
@@ -582,7 +582,7 @@ static int x25_asy_open_tty(struct tty_struct *tty) | |||
582 | if (err) | 582 | if (err) |
583 | return err; | 583 | return err; |
584 | /* Done. We have linked the TTY line to a channel. */ | 584 | /* Done. We have linked the TTY line to a channel. */ |
585 | return sl->dev->base_addr; | 585 | return 0; |
586 | } | 586 | } |
587 | 587 | ||
588 | 588 | ||