diff options
Diffstat (limited to 'drivers/isdn/gigaset/ser-gigaset.c')
-rw-r--r-- | drivers/isdn/gigaset/ser-gigaset.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/isdn/gigaset/ser-gigaset.c b/drivers/isdn/gigaset/ser-gigaset.c index 5e89fa177816..cc4f4e44ffe4 100644 --- a/drivers/isdn/gigaset/ser-gigaset.c +++ b/drivers/isdn/gigaset/ser-gigaset.c | |||
@@ -645,7 +645,7 @@ gigaset_tty_ioctl(struct tty_struct *tty, struct file *file, | |||
645 | case TCGETS: | 645 | case TCGETS: |
646 | case TCGETA: | 646 | case TCGETA: |
647 | /* pass through to underlying serial device */ | 647 | /* pass through to underlying serial device */ |
648 | rc = n_tty_ioctl(tty, file, cmd, arg); | 648 | rc = n_tty_ioctl_helper(tty, file, cmd, arg); |
649 | break; | 649 | break; |
650 | 650 | ||
651 | case TCFLSH: | 651 | case TCFLSH: |
@@ -660,7 +660,7 @@ gigaset_tty_ioctl(struct tty_struct *tty, struct file *file, | |||
660 | break; | 660 | break; |
661 | } | 661 | } |
662 | /* flush the serial port's buffer */ | 662 | /* flush the serial port's buffer */ |
663 | rc = n_tty_ioctl(tty, file, cmd, arg); | 663 | rc = n_tty_ioctl_helper(tty, file, cmd, arg); |
664 | break; | 664 | break; |
665 | 665 | ||
666 | case FIONREAD: | 666 | case FIONREAD: |